| SrtTransform Constructor |
| Name | Description | |
|---|---|---|
| SrtTransform(Matrix33F) |
Initializes a new instance of the SrtTransform struct with the given rotation.
| |
| SrtTransform(QuaternionF) |
Initializes a new instance of the SrtTransform struct with the given rotation.
| |
| SrtTransform(Matrix33F, Vector3F) |
Initializes a new instance of the SrtTransform struct with the given rotation
and translation.
| |
| SrtTransform(QuaternionF, Vector3F) |
Initializes a new instance of the SrtTransform struct with the given rotation
and translation.
| |
| SrtTransform(Vector3F, Matrix33F, Vector3F) |
Initializes a new instance of the SrtTransform struct with the given scale,
rotation and translation.
| |
| SrtTransform(Vector3F, QuaternionF, Vector3F) |
Initializes a new instance of the SrtTransform struct with the given scale,
rotation and translation.
|