9 #ifndef ALDISPLACEMENT_H
10 #define ALDISPLACEMENT_H
74 const float pEpsilon=0.0001f)
const;
81 #endif // ALDISPLACEMENT_H
Displacement()
Create a Displacement initialized with default values
Struct composed of a Position3D and a Quaternion
Displacement operator*(const Displacement &pDisp)
Define the binary operation of a composition of Displacements.
Create and play with a Position3D.
Displacement & operator*=(const Displacement &pDisp)
Defining composition of Displacement with * sign
Quaternion Q
Rotation of the Displacement
Position3D P
Translation of the Displacement
Create and play with a Quaternion.
bool isNear(const Displacement &pDisp2, const float pEpsilon=0.0001f) const
Check if the current Displacement is Near the one given in argument.