nn::math::MTX44::Report Member Function
void Report(
bool bNewline = true,
const char * name = NULL
) const;
| 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. |
Writes matrix contents to debug output.
CONFIDENTIAL