OpenGLPrakt --> math

function operator >>

An operator to input a cMatrix object

The matrix is expected as

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

Source:
../src/iocMatrix.hh:43

Exception:
cMsgException

See Also:
cMatrix

Code:
global istream & operator >> ( istream & is ,
                               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.