1 #ifndef COIN_SOGLPROJECTIONMATRIXELEMENT_H
2 #define COIN_SOGLPROJECTIONMATRIXELEMENT_H
36 #include <Inventor/elements/SoProjectionMatrixElement.h>
The SbMatrix class is a 4x4 dimensional representation of a matrix.
Definition: SbMatrix.h:47
SoElement is the abstract base class for all elements.
Definition: SoElement.h:43
virtual void pop(SoState *state, const SoElement *prevTopElement)
Definition: SoElement.cpp:585
The SoGLProjectionMatrixElement class is yet to be documented.
Definition: SoGLProjectionMatrixElement.h:38
The SoProjectionMatrixElement class is yet to be documented.
Definition: SoProjectionMatrixElement.h:39
static void initClass(void)
Definition: SoProjectionMatrixElement.cpp:61
virtual void setElt(SbMatrix const &matrix)
Definition: SoProjectionMatrixElement.cpp:112
The SoState class manages the Coin scene graph traversal state data.
Definition: SoState.h:44