Method HasShear
HasShear(float4x4)
Checks if the matrix has shear.
Declaration
public static bool HasShear(this float4x4 m)
Parameters
Type | Name | Description |
---|---|---|
float4x4 | m | The matrix. |
Returns
Type | Description |
---|---|
bool | True if the matrix has shear. |