Method decompose
decompose(AffineTransform, out float3, out quaternion, out float3)
Decomposes the AffineTransform in translation, rotation and scale.
Declaration
public static void decompose(AffineTransform a, out float3 translation, out quaternion rotation, out float3 scale)
Parameters
Type | Name | Description |
---|---|---|
AffineTransform | a | The AffineTransform |
float3 | translation | The decomposed translation vector of the AffineTransform. |
quaternion | rotation | The decomposed rotation quaternion of the AffineTransform. |
float3 | scale | The decomposed scale of the AffineTransform. |