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

Method addPlane

Engine/source/collision/earlyOutPolyList.cpp:96–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94
95
96U32 EarlyOutPolyList::addPlane(const PlaneF& plane)
97{
98 mPolyPlaneList.increment();
99 mPlaneTransformer.transform(plane, mPolyPlaneList.last());
100
101 return mPolyPlaneList.size() - 1;
102}
103
104
105//----------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 4

incrementMethod · 0.80
transformMethod · 0.45
lastMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected