Home
last modified time | relevance | path

Searched refs:brushhull_t (Results 1 – 5 of 5) sorted by relevance

/dports/games/zhlt/zhlt-3.4/hlcsg/
H A Dbrushunion.cpp5 static Winding* NewWindingFromPlane(const brushhull_t* const hull, const int planenum) in NewWindingFromPlane()
62 static int NumberOfHullFaces(const brushhull_t* const hull) in NumberOfHullFaces()
80 static void AddPlaneToUnion(brushhull_t* hull, const int planenum) in AddPlaneToUnion()
164 static vec_t CalculateSolidVolume(const brushhull_t* const hull) in CalculateSolidVolume()
212 static void DumpHullWindings(const brushhull_t* const hull) in DumpHullWindings()
225 static bool isInvalidHull(const brushhull_t* const hull) in isInvalidHull()
260 brushhull_t* bh1; in CalculateBrushUnions()
261 brushhull_t* bh2; in CalculateBrushUnions()
292 brushhull_t union_hull; in CalculateBrushUnions()
H A Dcsg.h145 } brushhull_t; typedef
160 brushhull_t hulls[NUM_HULLS];
H A Dbrush.cpp231 void AddHullPlane(brushhull_t* hull, const vec_t* const normal, const vec_t* const origin, const bo… in AddHullPlane()
291 brushhull_t* hull; in ExpandBrush()
605 brushhull_t* h; in AddBrushPlane()
644 brushhull_t* h; in ExpandBrush()
730 void MakeHullFaces(const brush_t* const b, brushhull_t *h) in MakeHullFaces()
H A Dqcsg.cpp527 static bface_t* CopyFacesToOutside(brushhull_t* bh) in CopyFacesToOutside()
554 brushhull_t* bh1; in CSGBrush()
555 brushhull_t* bh2; in CSGBrush()
1121 brushhull_t* h; in BoundWorld()
H A Dmap.cpp518 brushhull_t* hull = g_mapbrushes[mapent->firstbrush].hulls; in ParseMapEntity()