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

Method getNode

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

Source from the content-addressed store, hash-verified

535}
536
537Point3F NavPath::getNode(S32 idx) const
538{
539 if(idx < size() && idx >= 0)
540 return mPoints[idx];
541 return Point3F(0,0,0);
542}
543
544U16 NavPath::getFlags(S32 idx) const
545{

Callers 1

navPath.cppFile · 0.45

Calls 2

sizeFunction · 0.50
Point3FClass · 0.50

Tested by

no test coverage detected