Method ApproximatelyEqual
ApproximatelyEqual(Matrix4x4, Matrix4x4)
Compare two 4x4 matrices for approximate equality.
Declaration
public static bool ApproximatelyEqual(Matrix4x4 lhs, Matrix4x4 rhs)
Parameters
Type | Name | Description |
---|---|---|
Matrix4x4 | lhs | Left hand side matrix to compare. |
Matrix4x4 | rhs | Right hand side matrix to compare. |
Returns
Type | Description |
---|---|
bool | True is approximately equal, false otherwise. |