nn::math::MTX23IsIdentity Function

Syntax

NN_MATH_INLINE bool MTX23IsIdentity(
     const MTX23 * p
);

Parameters

Name Description
in p Matrix to evaluate.

Return Values

Returns true if p is an identity matrix.

Description

Determines whether a matrix is an identity matrix.


CONFIDENTIAL