|
VTK
9.4.2
|
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 | vtkQuaternionIdentity(quaternionType, type) |
| Several macros to define the various operator overloads for the quaternions. | |
| #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 | vtkQuaternionOperatorMacro(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 290 of file vtkQuaternion.h.
| #define vtkQuaternionNormalized | ( | quaternionType, | |
| type | |||
| ) |
Definition at line 295 of file vtkQuaternion.h.
| #define vtkQuaternionConjugated | ( | quaternionType, | |
| type | |||
| ) |
Definition at line 300 of file vtkQuaternion.h.
| #define vtkQuaternionInverse | ( | quaternionType, | |
| type | |||
| ) |
Definition at line 305 of file vtkQuaternion.h.
| #define vtkQuaternionUnitLog | ( | quaternionType, | |
| type | |||
| ) |
Definition at line 310 of file vtkQuaternion.h.
| #define vtkQuaternionUnitExp | ( | quaternionType, | |
| type | |||
| ) |
Definition at line 315 of file vtkQuaternion.h.
| #define vtkQuaternionNormalizedWithAngleInDegrees | ( | quaternionType, | |
| type | |||
| ) |
Definition at line 320 of file vtkQuaternion.h.
| #define vtkQuaternionSlerp | ( | quaternionType, | |
| type | |||
| ) |
Definition at line 325 of file vtkQuaternion.h.
| #define vtkQuaternionInnerPoint | ( | quaternionType, | |
| type | |||
| ) |
Definition at line 330 of file vtkQuaternion.h.
| #define vtkQuaternionOperatorPlus | ( | quaternionType, | |
| type | |||
| ) |
Definition at line 335 of file vtkQuaternion.h.
| #define vtkQuaternionOperatorMinus | ( | quaternionType, | |
| type | |||
| ) |
Definition at line 341 of file vtkQuaternion.h.
| #define vtkQuaternionOperatorMultiply | ( | quaternionType, | |
| type | |||
| ) |
Definition at line 347 of file vtkQuaternion.h.
| #define vtkQuaternionOperatorMultiplyScalar | ( | quaternionType, | |
| type | |||
| ) |
Definition at line 353 of file vtkQuaternion.h.
| #define vtkQuaternionOperatorDivide | ( | quaternionType, | |
| type | |||
| ) |
Definition at line 358 of file vtkQuaternion.h.
| #define vtkQuaternionOperatorDivideScalar | ( | quaternionType, | |
| type | |||
| ) |
Definition at line 364 of file vtkQuaternion.h.
| #define vtkQuaternionOperatorMacro | ( | quaternionType, | |
| type | |||
| ) |
Definition at line 370 of file vtkQuaternion.h.