1 #ifndef COIN_SOMFROTATION_H
2 #define COIN_SOMFROTATION_H
27 #include <Inventor/fields/SoMField.h>
28 #include <Inventor/fields/SoSubField.h>
29 #include <Inventor/SbRotation.h>
37 static void initClass(
void);
39 void setValues(
const int start,
const int num,
const float q[][4]);
40 void set1Value(
const int idx,
const float q0,
const float q1,
const float q2,
const float q3);
41 void set1Value(
const int idx,
const float q[4]);
42 void set1Value(
const int idx,
const SbVec3f & axis,
const float angle);
43 void setValue(
const float q0,
const float q1,
const float q2,
const float q3);
44 void setValue(
const float q[4]);
45 void setValue(
const SbVec3f & axis,
const float angle);
The SbRotation class represents a rotation in 3D space.
Definition: SbRotation.h:33
The SbVec3f class is a 3 dimensional vector with floating point coordinates.
Definition: SbVec3f.h:40
The SoMFRotation class is a container for SbRotation values.
Definition: SoMFRotation.h:31
The SoMField class is the base class for fields which can contain multiple values.
Definition: SoMField.h:32