Sack Library Documentation
ContentsIndexReferenceHome
PreviousUpNext
sack::math::vector::PrintMatrixEx Function
C++
MATHLIB_EXPORT void PrintMatrixEx(CTEXTSTR lpName, MATRIX m DBG_PASS);
#define PrintMatrix(m) PrintMatrixEx( WIDE(#m), m DBG_SRC )
Parameters 
Description 
CTEXTSTR lpName 
Name to write into the log. 
MATRIX m DBG_PASS 
standard debug paramters 
the matrix to dump. 

Dumps to syslog a current matrix. Shows both matrix content, and the cross products between the matrix that cross1 should be row 0, cross2 should be row 1 and cross3 should be row2. Pass a text name to identify this matrix from others.

A PTRANSFORM is not a MATRIX; there is a matrix in a transform, and is the first member, so a ptransform can be cast to a matrix and logged with this function.

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at support@toolsfactory.com.
Copyright (c) 2000+. All rights reserved.
What do you think about this topic? Send feedback!