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

Method addPlane

Engine/source/collision/planeExtractor.cpp:67–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67U32 PlaneExtractorPolyList::addPlane(const PlaneF& plane)
68{
69 mPolyPlaneList.increment();
70 mPlaneTransformer.transform(plane, mPolyPlaneList.last());
71
72 return mPolyPlaneList.size() - 1;
73}
74
75
76//----------------------------------------------------------------------------

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