nn::math::MTX43IsIdentity Function

Syntax

NN_MATH_INLINE bool MTX43IsIdentity(
     const MTX43 * p
);

Parameters

Name Description
in p Pointer to the matrix to evaluate.

Return Values

Returns true if p is an identity matrix and false otherwise.

Description

Determines whether a matrix is an identity matrix.

Revision History

2010/01/29
Initial version.

CONFIDENTIAL