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

Function xQuickCullForLine

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

Source from the content-addressed store, hash-verified

82}
83
84void xQuickCullForLine(xQCControl* ctrl, xQCData* q, const xLine3* ln)
85{
86 xQCData a;
87 xQuickCullCellForVec(ctrl, &a, &ln->p1);
88
89 xQCData b;
90 xQuickCullCellForVec(ctrl, &b, &ln->p2);
91
92 xQuickCullCellMerge(q, &a, &b);
93}
94
95void xQuickCullForRay(xQCControl* ctrl, xQCData* q, const xRay3* r)
96{

Callers

nothing calls this directly

Calls 2

xQuickCullCellForVecFunction · 0.85
xQuickCullCellMergeFunction · 0.85

Tested by

no test coverage detected