Node::GetNodePosition
Defined in:
Returns a node's local position.
C4Node.h
Prototype
const Point3D& GetNodePosition(void) const;
Description
The GetNodePosition
function returns a node's local position. This position represents the origin of the node in the coordinate system of the node's immediate parent node. To retrieve the world-space position, call the Transformable::GetWorldPosition
function.
See Also