Method HasNonUniformScale
HasNonUniformScale(float4x4, float)
Checks if the matrix has non-uniform scale.
Declaration
public static bool HasNonUniformScale(this float4x4 m, float eps = 1E-05)
Parameters
Type | Name | Description |
---|---|---|
float4x4 | m | The matrix. |
float | eps | Epsilon value used in the non-uniform scale determination. |
Returns
Type | Description |
---|---|
bool | True if the matrix has non-uniform scale. |