1#ifndef COIN_SOPROJECTIONMATRIXELEMENT_H
2#define COIN_SOPROJECTIONMATRIXELEMENT_H
36#include <Inventor/elements/SoReplacedElement.h>
37#include <Inventor/SbMatrix.h>
44 static void initClass(
void);
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
Definition SoProjectionMatrixElement.h:39
The SoReplacedElement class is an abstract element superclass.
Definition SoReplacedElement.h:39
virtual void init(SoState *state)
Definition SoReplacedElement.cpp:89
The SoState class manages the Coin scenegraph traversal state data.
Definition SoState.h:44