nn::math::MTX22Identity Function

Syntax

NN_MATH_INLINE MTX22 * MTX22Identity(
     MTX22 * pOut
);

Arguments

Name Description
out pOut Pointer to the buffer in which to store the identity matrix.

Return Values

Returns pOut.

Description

Creates a 2x2 identity matrix.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL