1 #ifndef COIN_SOMFMATRIX_H 2 #define COIN_SOMFMATRIX_H 36 #include <Inventor/fields/SoMField.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,
51 const float a21,
const float a22,
52 const float a23,
const float a24,
54 const float a31,
const float a32,
55 const float a33,
const float a34,
57 const float a41,
const float a42,
58 const float a43,
const float a44);
61 #endif // !COIN_SOMFMATRIX_H The SoMField class is the base class for fields which can contain multiple values.
Definition: SoMField.h:41
The SbMatrix class is a 4x4 dimensional representation of a matrix.
Definition: SbMatrix.h:47
The SoMFMatrix class is a container for SbMatrix values.
Definition: SoMFMatrix.h:40