Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
advanceObject
Method · 0.45
getAdvancedLinearPathPosition
Method · 0.45
getBezierPathPosition
Method · 0.45
getNodeLength
Method · 0.45
getPathNodeLength
Method · 0.45
advanceObject
Method · 0.45
getAdvancedLinearPathPosition
Method · 0.45
getBezierPathPosition
Method · 0.45
getNodeLength
Method · 0.45
getPathNodeLength
Method · 0.45
navPath.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected