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

Method addPlane

Engine/source/collision/extrudedPolyList.cpp:170–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168
169
170U32 ExtrudedPolyList::addPlane(const PlaneF& plane)
171{
172 mPolyPlaneList.increment();
173 mPlaneTransformer.transform(plane, mPolyPlaneList.last());
174
175 return mPolyPlaneList.size() - 1;
176}
177
178
179//----------------------------------------------------------------------------

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