Monado OpenXR Runtime
|
Public Member Functions | |
Pose (Vector3 pos) | |
Pose (Quaternion rot) | |
Pose (Vector3 pos, Quaternion rot) | |
Pose | Inverse () |
Matrix4x4 | Matrix () |
Pose | operator* (Pose rhs) |
Pose | operator* (Vector3 rhs) |
Static Public Member Functions | |
static Pose | Identity () |
static Pose | FromMatrix (Matrix4x4 m) |
Data Fields | |
Vector3 | position |
Quaternion | rotation |