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

Method getNode

Engine/source/navigation/navPath.cpp:542–547  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

540}
541
542Point3F NavPath::getNode(S32 idx) const
543{
544 if(idx < size() && idx >= 0)
545 return mPoints[idx];
546 return Point3F(0,0,0);
547}
548
549U16 NavPath::getFlags(S32 idx) const
550{

Callers 1

navPath.cppFile · 0.45

Calls 2

sizeFunction · 0.50
Point3FClass · 0.50

Tested by

no test coverage detected