Use these functions for operations that require coordinate space transformations.
List of Functions |
|
Matrix4x4 | ZSCore::GetCoordinateSpaceTransform (CoordinateSpace a, CoordinateSpace b) |
Get the transformation matrix from coordinate space a to b. |
|
Matrix4x4 | ZSCore::GetTrackerToCameraSpaceTransform () |
DEPRECATED: Use GetCoordinateSpaceTransform() instead. |
|
List of Enumerations |
|
enum | ZSCore::CoordinateSpace { ZSCore::Tracker = 0, ZSCore::Display = 1, ZSCore::Viewport = 2, ZSCore::Camera = 3 } |
Matrix4x4 ZSCore:: GetCoordinateSpaceTransform | ( | CoordinateSpace | a, |
CoordinateSpace | b | ||
) | [inline]
|
Get the transformation matrix from coordinate space a to b.
a | The source coordinate space. |
b | The destination coordinate space. |
DEPRECATED: Use GetCoordinateSpaceTransform() instead.