OpenGLPrakt --> math

function operator <<

An operator to output a cVertex object

The vertex is written as

(x;y;z)\n

Source:
../src/iocVertex.hh:24

Exception:
cMsgException

See Also:
cVertex

Code:
global ostream & operator << ( ostream & os ,
                               const cVertex & v ) 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.