1#ifndef COIN_SBROTATION_H
2#define COIN_SBROTATION_H
37#include <Inventor/SbVec4f.h>
38#include <Inventor/SbString.h>
51 const float * getValue(
void)
const;
52 void getValue(
float &
q0,
float &
q1,
float &
q2,
float &
q3)
const;
54 const float q2,
const float q3);
56 void getValue(
SbMatrix & matrix)
const;
69 SbBool equals(
const SbRotation & r,
float tolerance)
const;
73 void scaleAngle(
const float scaleFactor);
79 SbBool fromString(
const SbString & str);
81 void print(
FILE * fp)
const;
The SbList class is a template container class for lists.
Definition SbList.h:70
int operator!=(const SbList< Type > &l) const
Definition SbList.h:217
int operator==(const SbList< Type > &l) const
Definition SbList.h:209
Type operator[](const int index) const
Definition SbList.h:195
The SbMatrix class is a 4x4 dimensional representation of a matrix.
Definition SbMatrix.h:47
The SbRotation class represents a rotation in 3D space.
Definition SbRotation.h:43
float operator[](int n) const
returns the n'th quaternion of this rotation
Definition SbRotation.h:91
The SbString class is a string class with convenience functions for string operations.
Definition SbString.h:52
The SbVec3f class is a 3 dimensional vector with floating point coordinates.
Definition SbVec3f.h:50
The SbVec4f class is a 4 dimensional vector with floating point coordinates.
Definition SbVec4f.h:49