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

Method reset

Engine/source/collision/convex.cpp:87–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85//----------------------------------------------------------------------------
86
87void ConvexFeature::reset()
88{
89 material = NULL;
90 mObject = NULL;
91 mVertexList.clear();
92 mEdgeList.clear();
93 mFaceList.clear();
94}
95
96bool ConvexFeature::collide(ConvexFeature& cf,CollisionList* cList, F32 tol)
97{

Callers 1

getCollisionInfoMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected