1 #ifndef COIN_SOMFROTATION_H 2 #define COIN_SOMFROTATION_H 36 #include <Inventor/fields/SoMField.h> 37 #include <Inventor/fields/SoSubField.h> 38 #include <Inventor/SbRotation.h> 46 static void initClass(
void);
48 void setValues(
const int start,
const int num,
const float q[][4]);
49 void set1Value(
const int idx,
const float q0,
const float q1,
const float q2,
const float q3);
50 void set1Value(
const int idx,
const float q[4]);
51 void set1Value(
const int idx,
const SbVec3f & axis,
const float angle);
52 void setValue(
const float q0,
const float q1,
const float q2,
const float q3);
53 void setValue(
const float q[4]);
54 void setValue(
const SbVec3f & axis,
const float angle);
57 #endif // !COIN_SOMFROTATION_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 SbRotation class represents a rotation in 3D space.SbRotation is used extensively throughout the ...
Definition: SbRotation.h:44
The SbVec3f class is a 3 dimensional vector with floating point coordinates.This vector class is used...
Definition: SbVec3f.h:51
The SoMFRotation class is a container for SbRotation values.This field is used where nodes...
Definition: SoMFRotation.h:40