52 void getValues(
double&,
double&,
double&,
double& );
55 double & operator[](
unsigned int)
const ;
Frx::Boolean isEqualTo(AcGeQuaternion const &, AcGeTol const &=AcGeContext::gTol) const
Frx::Boolean operator!=(AcGeQuaternion const &) const
AcGeQuaternion operator-(void) const
AcGeQuaternion(double, double, double, double)
void getMatrix(AcGeMatrix3d &) const
void getValues(double &, double &, double &, double &)
static ARX_API_STATIC AcGeQuaternion const kIdentity
AcGeQuaternion(AcGeVector3d const &, AcGeVector3d const &, AcGeVector3d const &)
AcGeQuaternion conjugate(void) const
AcGeQuaternion & setToProduct(AcGeQuaternion const &, AcGeQuaternion const &)
double getAngleAndAxis(AcGeVector3d &) const
AcGeQuaternion & preMultBy(AcGeQuaternion const &)
AcGeQuaternion & operator*=(AcGeQuaternion const &)
AcGeQuaternion & operator=(AcGeQuaternion const &)
AcGeQuaternion & setToAngleAndAxis(double, AcGeVector3d const &)
AcGeQuaternion operator*(AcGeQuaternion const &) const
AcGeQuaternion & conjugateIt(void)
Frx::Boolean operator==(AcGeQuaternion const &) const
AcGeQuaternion(AcGeQuaternion const &)
AcGeQuaternion & postMultBy(AcGeQuaternion const &)
AcGeQuaternion(double, AcGeVector3d const &)
AcGeQuaternion & extractRotation(AcGeMatrix3d const &)
AcGeQuaternion & negate(void)
static ARX_API_STATIC AcGeTol gTol