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

Method clear

Engine/source/collision/clippedPolyList.cpp:58–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56//----------------------------------------------------------------------------
57
58void ClippedPolyList::clear()
59{
60 // Only clears internal data
61 mPolyList.clear();
62 mVertexList.clear();
63 mIndexList.clear();
64 mPolyPlaneList.clear();
65 mNormalList.clear();
66}
67
68bool ClippedPolyList::isEmpty() const
69{

Callers 1

triangulateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected