nn::math::MTX44::Report Member Function

Syntax

void Report(
     bool bNewline = true,
     const char * name = NULL
) const;

Parameters

Name Description
in bNewline If true, a carriage return is output at the end of output.
in name Specifies the name of the matrix. NULL may be specified.

Return Values

None.

Description

Writes matrix contents to debug output.

Revision History

2010/01/29
Initial version.

CONFIDENTIAL