MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / xQuickCullIsects

Function xQuickCullIsects

src/SB/Core/x/xQuickCull.cpp:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38S32 xQuickCullIsects(const xQCData* a, const xQCData* b)
39{
40 return a->xmin <= b->xmax && a->ymin <= b->ymax && a->zmin <= b->zmax && b->xmin <= a->xmax &&
41 b->ymin <= a->ymax && b->zmin <= a->zmax;
42}
43
44void xQuickCullForBound(xQCControl* ctrl, xQCData* q, const xBound* b)
45{

Callers 9

SweptSphereHitsCameraEntFunction · 0.70
SweptSphereHitsEntCBFunction · 0.70
xRayHitsGridFunction · 0.70
xRayHitsTikiLandableEntFunction · 0.70
xRayHitsEntFunction · 0.70
xGridCheckPositionFunction · 0.70
xGridCheckBoundFunction · 0.70
xBoundHitsBoundFunction · 0.70
xEntCollCheckOneGridFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected