1#ifndef COIN_SOGLPROJECTIONMATRIXELEMENT_H
2#define COIN_SOGLPROJECTIONMATRIXELEMENT_H
27#include <Inventor/elements/SoProjectionMatrixElement.h>
30 typedef SoProjectionMatrixElement inherited;
34 static void initClass(
void);
39 virtual void pop(
SoState * state,
43 virtual void setElt(
const SbMatrix & matrix);
The SbMatrix class is a 4x4 dimensional representation of a matrix.
Definition: SbMatrix.h:37
SoElement is the abstract base class for all elements.
Definition: SoElement.h:34
The SoGLProjectionMatrixElement class is yet to be documented.
Definition: SoGLProjectionMatrixElement.h:29
The SoState class manages the Coin scenegraph traversal state data.
Definition: SoState.h:35