MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / plane

Method plane

Engine/source/collision/earlyOutPolyList.cpp:123–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121//----------------------------------------------------------------------------
122
123void EarlyOutPolyList::plane(U32 v1,U32 v2,U32 v3)
124{
125 if (mEarlyOut == true)
126 return;
127
128 mPolyList.last().plane.set(mVertexList[v1].point,
129 mVertexList[v2].point,mVertexList[v3].point);
130}
131
132void EarlyOutPolyList::plane(const PlaneF& p)
133{

Callers

nothing calls this directly

Calls 4

setMethod · 0.45
lastMethod · 0.45
transformMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected