| Parameter | Description |
|---|---|
| translation | The translation vector. |
| rotation | The rotation quaternion. |
Constructs an AffineTransform from a translation represented by a float3 vector and rotation represented by a unit quaternion.
| Parameter | Description |
|---|---|
| translation | The translation vector. |
| rotation | The rotation quaternion. |
| scale | The scale vector. |
Constructs an AffineTransform from a translation represented by a float3 vector, rotation represented by a unit quaternion and scale represented by a float3 vector.
| Parameter | Description |
|---|---|
| translation | The translation vector. |
| rotationScale | The rotation and scale matrix. |
Constructs an AffineTransform from a translation represented by float3 vector and a float3x3 matrix representing both rotation and scale.
| Parameter | Description |
|---|---|
| rotationScale | The rotation and scale matrix. |
Constructs an AffineTransform from float3x3 matrix representating both rotation and scale.
| Parameter | Description |
|---|---|
| rigid | The RigidTransform. |
Constructs an AffineTransform from a RigidTransform.
| Parameter | Description |
|---|---|
| m | The float3x4 matrix. |
Constructs an AffineTransform from a float3x4 matrix.
| Parameter | Description |
|---|---|
| m | The float4x4 matrix. |
Constructs an AffineTransform from a float4x4 matrix.