An affine transformation type.
| Property | Description |
|---|---|
| identity | An AffineTransform representing the identity transform. |
| zero | An AffineTransform zero value. |
| Property | Description |
|---|---|
| rs | The rotation and scale part of the affine transformation. |
| t | The translation part of the affine transformation. |
| Constructor | Description |
|---|---|
| AffineTransform | Constructs an AffineTransform from a translation represented by a float3 vector and rotation represented by a unit quaternion. |
| Method | Description |
|---|---|
| Equals | Returns true if the AffineTransform is equal to a given AffineTransform, false otherwise. |
| GetHashCode | Returns a hash code for the AffineTransform. |
| ToString | Returns a string representation of the AffineTransform. |