1 #ifndef COIN_SOGLPROJECTIONMATRIXELEMENT_H 2 #define COIN_SOGLPROJECTIONMATRIXELEMENT_H 36 #include <Inventor/elements/SoProjectionMatrixElement.h> 39 typedef SoProjectionMatrixElement inherited;
43 static void initClass(
void);
48 virtual void pop(
SoState * state,
52 virtual void setElt(
const SbMatrix & matrix);
58 #endif // !COIN_SOGLPROJECTIONMATRIXELEMENT_H SoElement is the abstract base class for all elements.
Definition: SoElement.h:43
The SoState class manages the Coin scenegraph traversal state data.The SoState class is used by actio...
Definition: SoState.h:44
The SbMatrix class is a 4x4 dimensional representation of a matrix.SbMatrix is used by many other cla...
Definition: SbMatrix.h:46
The SoGLProjectionMatrixElement class is yet to be documented.FIXME: write doc.
Definition: SoGLProjectionMatrixElement.h:38