OpenGLPrakt --> math

function operator <<

An operator to output a cMatrix object

The matrix is written as

 [m11;m12;m13;m14;
 m21;m22;m23;m24;
 m31;m32;m33;m34;
 m41;m42;m43;m44]\n

Source:
../src/iocMatrix.hh:28

Exception:
cMsgException

See Also:
cMatrix

Code:
global ostream & operator << ( ostream & os ,
                               const cMatrix & m ) throw ( cMsgException ) ;

This documentation was generated automatically by the ccdoc tool (version 0.7a).
Click here to submit a bug report or feature request.

Click here to return to the top of the page.