1#ifndef COIN_SBDPROTATION_H
2#define COIN_SBDPROTATION_H
37#include <Inventor/SbVec4d.h>
50 const double * getValue(
void)
const;
51 void getValue(
double &
q0,
double &
q1,
double &
q2,
double &
q3)
const;
53 const double q2,
const double q3);
62 SbBool equals(
const SbDPRotation & r,
double tolerance)
const;
65 void scaleAngle(
const double scaleFactor);
70 void print(
FILE * fp)
const;
The SbDPMatrix class is a 4x4 dimensional representation of a double-precision matrix.
Definition SbDPMatrix.h:47
The SbDPRotation class represents a rotation in 3D space using double precision data.
Definition SbDPRotation.h:42
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
The SbVec3d class is a 3 dimensional vector with double precision floating point coordinates.
Definition SbVec3d.h:50
The SbVec4d class is a 4 dimensional vector with double precision floating point coordinates.
Definition SbVec4d.h:49