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 SoField class is the top-level abstract base class for fields.Fields is the mechanism used throug...
Definition: SoField.h:47
The SoMField class is the base class for fields which can contain multiple values.All field types which may contain more than one member value inherits this class. SoMField is an abstract class.
Definition: SoMField.h:41
The SbMatrix class is a 4x4 dimensional representation of a matrix.SbMatrix is used by many other cla...
Definition: SbMatrix.h:46
The SoMFMatrix class is a container for SbMatrix values.This field is used where nodes, engines or other field containers needs to store matrices.
Definition: SoMFMatrix.h:40