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

Method getLength

Engine/source/navigation/navPath.h:84–84  ·  view source on GitHub ↗

Return the length of this path.

Source from the content-addressed store, hash-verified

82
83 /// Return the length of this path.
84 F32 getLength() const { return mLength; };
85
86 /// Get the number of nodes in a path.
87 S32 size() const;

Callers 11

advanceObjectMethod · 0.45
getBezierPathPositionMethod · 0.45
getNodeLengthMethod · 0.45
getPathNodeLengthMethod · 0.45
advanceObjectMethod · 0.45
getBezierPathPositionMethod · 0.45
getNodeLengthMethod · 0.45
getPathNodeLengthMethod · 0.45
navPath.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected