nn::math::MTX44Identity Function

Syntax

NN_MATH_INLINE MTX44 * MTX44Identity(
     MTX44 * pOut
);

Parameters

Name Description
out pOut Pointer to the buffer that stores the identity matrix.

Return Values

Returns pOut.

Description

Creates an identity matrix.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL