1 #ifndef COIN_SOLOCALBBOXMATRIXELEMENT_H 2 #define COIN_SOLOCALBBOXMATRIXELEMENT_H 36 #include <Inventor/elements/SoModelMatrixElement.h> 52 static void makeIdentity(
SoState *
const state);
57 static void translateBy(
SoState *
const state,
60 static void scaleBy(
SoState *
const state,
const SbVec3f & scaleFactor);
65 static void resetAll(
SoState *
const state);
80 #endif // !COIN_SOLOCALBBOXMATRIXELEMENT_H SbMatrix localMatrix
Definition: SoLocalBBoxMatrixElement.h:73
static void initClass(void)
Definition: SoElement.cpp:506
virtual SbBool matches(const SoElement *element) const =0
Definition: SoElement.cpp:608
virtual void push(SoState *state)
Definition: SoElement.cpp:569
SoElement is the abstract base class for all elements.
Definition: SoElement.h:43
The SoState class manages the Coin scenegraph traversal state data.
Definition: SoState.h:44
The SbRotation class represents a rotation in 3D space.
Definition: SbRotation.h:44
virtual void init(SoState *state)
Definition: SoElement.cpp:552
The SbVec3f class is a 3 dimensional vector with floating point coordinates.
Definition: SbVec3f.h:51
virtual SoElement * copyMatchInfo(void) const =0
The SbMatrix class is a 4x4 dimensional representation of a matrix.
Definition: SbMatrix.h:47
The SoLocalBBoxMatrixElement class is yet to be documented.
Definition: SoLocalBBoxMatrixElement.h:38