nn::math::MTX23IsIdentity Function
NN_MATH_INLINE bool MTX23IsIdentity(
const MTX23 * p
);
| Name | Description | |
|---|---|---|
| in | p | Matrix to evaluate. |
true if p is an identity matrix. Determines whether a matrix is an identity matrix.
CONFIDENTIAL