Method DecomposeScale
DecomposeScale(float4x4)
Obtain 3-dimensional scale vector of the provided 4x4 transformation matrix, the components of which represent the lengths of the three orthonormal basis vectors forming the 3x3 rotational sub-matrix, respectively.
Declaration
public static float3 DecomposeScale(this float4x4 matrix)
Parameters
Type | Name | Description |
---|---|---|
float4x4 | matrix | The 4x4 transformation matrix. |
Returns
Type | Description |
---|---|
float3 |