graph::worldToLocal
Returns the transformation matrix from world space to local space.
Declaration
float4x4 graph::worldToLocal()Return Value
A 4x4 transformation matrix for world-to-local conversion.
Discussion
This matrix transforms coordinates from the scene’s coordinate system to the graph’s local coordinate system. It is the inverse of the local-to-world matrix.