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

Method addPlane

Engine/source/collision/concretePolyList.cpp:76–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74
75
76U32 ConcretePolyList::addPlane(const PlaneF& plane)
77{
78 mPolyPlaneList.increment();
79 mPlaneTransformer.transform(plane, mPolyPlaneList.last());
80
81 return mPolyPlaneList.size() - 1;
82}
83
84
85//----------------------------------------------------------------------------

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