graph::localToWorld
Returns the transformation matrix from local space to world space.
Declaration
float4x4 graph::localToWorld()Return Value
A 4x4 transformation matrix for local-to-world conversion.
Discussion
This matrix transforms coordinates from the graph’s local coordinate system to the scene’s coordinate system, incorporating all parent transformations.