VTK
|
Go to the source code of this file.
Classes | |
class | vtkQuaternion< T > |
templated base type for storage of quaternions. More... | |
class | vtkQuaternionf |
class | vtkQuaterniond |
Macros | |
#define | vtkQuaternionOperatorMacro(quaternionType, type) |
#define | vtkQuaternionIdentity(quaternionType, type) |
#define | vtkQuaternionNormalized(quaternionType, type) |
#define | vtkQuaternionConjugated(quaternionType, type) |
#define | vtkQuaternionInverse(quaternionType, type) |
#define | vtkQuaternionUnitLog(quaternionType, type) |
#define | vtkQuaternionUnitExp(quaternionType, type) |
#define | vtkQuaternionNormalizedWithAngleInDegrees(quaternionType, type) |
#define | vtkQuaternionSlerp(quaternionType, type) |
#define | vtkQuaternionInnerPoint(quaternionType, type) |
#define | vtkQuaternionOperatorPlus(quaternionType, type) |
#define | vtkQuaternionOperatorMinus(quaternionType, type) |
#define | vtkQuaternionOperatorMultiply(quaternionType, type) |
#define | vtkQuaternionOperatorMultiplyScalar(quaternionType, type) |
#define | vtkQuaternionOperatorDivide(quaternionType, type) |
#define | vtkQuaternionOperatorDivideScalar(quaternionType, type) |
#define vtkQuaternionIdentity | ( | quaternionType, | |
type | |||
) |
Several macros to define the various operator overloads for the quaternions. These are necessary for the derived classes that are commonly used.
Definition at line 210 of file vtkQuaternion.h.
#define vtkQuaternionNormalized | ( | quaternionType, | |
type | |||
) |
Several macros to define the various operator overloads for the quaternions. These are necessary for the derived classes that are commonly used.
Definition at line 215 of file vtkQuaternion.h.
#define vtkQuaternionConjugated | ( | quaternionType, | |
type | |||
) |
Several macros to define the various operator overloads for the quaternions. These are necessary for the derived classes that are commonly used.
Definition at line 220 of file vtkQuaternion.h.
#define vtkQuaternionInverse | ( | quaternionType, | |
type | |||
) |
Several macros to define the various operator overloads for the quaternions. These are necessary for the derived classes that are commonly used.
Definition at line 225 of file vtkQuaternion.h.
#define vtkQuaternionUnitLog | ( | quaternionType, | |
type | |||
) |
Several macros to define the various operator overloads for the quaternions. These are necessary for the derived classes that are commonly used.
Definition at line 230 of file vtkQuaternion.h.
#define vtkQuaternionUnitExp | ( | quaternionType, | |
type | |||
) |
Several macros to define the various operator overloads for the quaternions. These are necessary for the derived classes that are commonly used.
Definition at line 236 of file vtkQuaternion.h.
#define vtkQuaternionNormalizedWithAngleInDegrees | ( | quaternionType, | |
type | |||
) |
Several macros to define the various operator overloads for the quaternions. These are necessary for the derived classes that are commonly used.
Definition at line 242 of file vtkQuaternion.h.
#define vtkQuaternionSlerp | ( | quaternionType, | |
type | |||
) |
Several macros to define the various operator overloads for the quaternions. These are necessary for the derived classes that are commonly used.
Definition at line 248 of file vtkQuaternion.h.
#define vtkQuaternionInnerPoint | ( | quaternionType, | |
type | |||
) |
Several macros to define the various operator overloads for the quaternions. These are necessary for the derived classes that are commonly used.
Definition at line 254 of file vtkQuaternion.h.
#define vtkQuaternionOperatorPlus | ( | quaternionType, | |
type | |||
) |
Several macros to define the various operator overloads for the quaternions. These are necessary for the derived classes that are commonly used.
Definition at line 261 of file vtkQuaternion.h.
#define vtkQuaternionOperatorMinus | ( | quaternionType, | |
type | |||
) |
Several macros to define the various operator overloads for the quaternions. These are necessary for the derived classes that are commonly used.
Definition at line 268 of file vtkQuaternion.h.
#define vtkQuaternionOperatorMultiply | ( | quaternionType, | |
type | |||
) |
Several macros to define the various operator overloads for the quaternions. These are necessary for the derived classes that are commonly used.
Definition at line 275 of file vtkQuaternion.h.
#define vtkQuaternionOperatorMultiplyScalar | ( | quaternionType, | |
type | |||
) |
Several macros to define the various operator overloads for the quaternions. These are necessary for the derived classes that are commonly used.
Definition at line 282 of file vtkQuaternion.h.
#define vtkQuaternionOperatorDivide | ( | quaternionType, | |
type | |||
) |
Several macros to define the various operator overloads for the quaternions. These are necessary for the derived classes that are commonly used.
Definition at line 289 of file vtkQuaternion.h.
#define vtkQuaternionOperatorDivideScalar | ( | quaternionType, | |
type | |||
) |
Several macros to define the various operator overloads for the quaternions. These are necessary for the derived classes that are commonly used.
Definition at line 296 of file vtkQuaternion.h.
#define vtkQuaternionOperatorMacro | ( | quaternionType, | |
type | |||
) |
Definition at line 305 of file vtkQuaternion.h.