1 #ifndef COIN_SOSFMATRIX_H 2 #define COIN_SOSFMATRIX_H 36 #include <Inventor/fields/SoSField.h> 37 #include <Inventor/fields/SoSubField.h> 38 #include <Inventor/SbMatrix.h> 46 static void initClass(
void);
48 void setValue(
const float a11,
const float a12,
49 const float a13,
const float a14,
50 const float a21,
const float a22,
51 const float a23,
const float a24,
52 const float a31,
const float a32,
53 const float a33,
const float a34,
54 const float a41,
const float a42,
55 const float a43,
const float a44);
58 #endif // !COIN_SOSFMATRIX_H The SoSField class is the base class for fields which contains only a single value.
Definition: SoSField.h:38
The SbMatrix class is a 4x4 dimensional representation of a matrix.
Definition: SbMatrix.h:47
The SoSFMatrix class is a container for an SbMatrix.
Definition: SoSFMatrix.h:40