nn::math::MTX34IsIdentity Function
NN_MATH_INLINE bool MTX34IsIdentity(
const MTX34 * p
);
| Name | Description | |
|---|---|---|
| in | p | Pointer to the matrix to evaluate. |
true if p is an identity matrix and false otherwise. Determines whether a matrix is an identity matrix.
CONFIDENTIAL