| Pose Constructor |
| Name | Description | |
|---|---|---|
| Pose(Matrix33F) |
Initializes a new instance of the Pose class from orientation.
| |
| Pose(QuaternionF) |
Initializes a new instance of the Pose class from orientation.
| |
| Pose(Vector3F) |
Initializes a new instance of the Pose class from position.
| |
| Pose(Vector3F, Matrix33F) |
Initializes a new instance of the Pose class from position and orientation.
| |
| Pose(Vector3F, QuaternionF) |
Initializes a new instance of the Pose class from position and orientation.
|