1 #ifndef COIN_SOPROJECTIONMATRIXELEMENT_H
2 #define COIN_SOPROJECTIONMATRIXELEMENT_H
36 #include <Inventor/elements/SoReplacedElement.h>
37 #include <Inventor/SbMatrix.h>
57 virtual void setElt(
SbMatrix const & matrix);
The SbMatrix class is a 4x4 dimensional representation of a matrix.
Definition: SbMatrix.h:47
The SoNode class is the base class for nodes used in scene graphs.
Definition: SoNode.h:56
The SoProjectionMatrixElement class is yet to be documented.
Definition: SoProjectionMatrixElement.h:39
SbMatrix projectionMatrix
Definition: SoProjectionMatrixElement.h:56
The SoReplacedElement class is an abstract element superclass.
Definition: SoReplacedElement.h:39
static void initClass(void)
Definition: SoReplacedElement.cpp:77
virtual void init(SoState *state)
Definition: SoReplacedElement.cpp:91
The SoState class manages the Coin scene graph traversal state data.
Definition: SoState.h:44