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