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

Method support

Engine/source/collision/convex.cpp:419–422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

417//----------------------------------------------------------------------------
418
419Point3F Convex::support(const VectorF&) const
420{
421 return Point3F(0,0,0);
422}
423
424void Convex::getFeatures(const MatrixF&,const VectorF&,ConvexFeature* f)
425{

Callers 3

resetMethod · 0.45
intersectMethod · 0.45
distanceMethod · 0.45

Calls 1

Point3FClass · 0.50

Tested by

no test coverage detected