cisst-saw
|
Define a rotation based on the rodriguez representation for a space of dimension 3. This representation is based on a vector. The direction of the vector determines the axis of rotation and its norm defines the amplitude of the rotation. More...
#include <vctForwardDeclarations.h>
Public Member Functions | |
VCT_CONTAINER_TRAITS_TYPEDEFS (_elementType) | |
vctRodriguezRotation3 () | |
vctRodriguezRotation3 (const ThisType &other) | |
vctRodriguezRotation3 (const BaseType &other) | |
Constructors with normalization test. | |
These constructors will check that the input is valid, i.e. normalized. If the input is not normalized, an exception (of type
| |
template<stride_type __stride, class __dataPtrType > | |
vctRodriguezRotation3 (const vctFixedSizeConstVectorBase< DIMENSION, __stride, value_type, __dataPtrType > &axis) throw (std::runtime_error) | |
vctRodriguezRotation3 (value_type x, value_type y, value_type z) throw (std::runtime_error) | |
template<class __containerType > | |
vctRodriguezRotation3 (const vctQuaternionRotation3Base< __containerType > &quaternionRotation) throw (std::runtime_error) | |
template<class __containerType > | |
vctRodriguezRotation3 (const vctMatrixRotation3Base< __containerType > &matrixRotation) throw (std::runtime_error) | |
vctRodriguezRotation3 (const vctAxisAngleRotation3< value_type > &axisAngleRotation) throw (std::runtime_error) | |
Constructors without normalization test | |
These constructors will either assume that the input is normalized or normalize the input (a copy of it, if required) based on the last parameter provided.
| |
template<stride_type __stride, class __dataPtrType > | |
vctRodriguezRotation3 (const vctFixedSizeConstVectorBase< DIMENSION, __stride, value_type, __dataPtrType > &axis, bool normalizeInput) | |
vctRodriguezRotation3 (value_type x, value_type y, value_type z, bool normalizeInput) | |
template<class __containerType > | |
vctRodriguezRotation3 (const vctQuaternionRotation3Base< __containerType > &quaternionRotation, bool normalizeInput) | |
template<class __containerType > | |
vctRodriguezRotation3 (const vctMatrixRotation3Base< __containerType > &matrixRotation, bool normalizeInput) | |
vctRodriguezRotation3 (const vctAxisAngleRotation3< value_type > &axisAngleRotation, bool normalizeInput) | |
![]() | |
VCT_CONTAINER_TRAITS_TYPEDEFS (typename ContainerType::value_type) | |
vctRodriguezRotation3Base () | |
vctRodriguezRotation3Base (const vctFixedSizeConstVectorBase< DIMENSION, __stride, value_type, __dataPtrType > &axis) | |
vctRodriguezRotation3Base (value_type x, value_type y, value_type z) | |
ThisType & | From (const vctFixedSizeConstVectorBase< 3, __stride, value_type, __dataPtrType > &vector) throw (std::runtime_error) |
ThisType & | From (value_type x, value_type y, value_type z) throw (std::runtime_error) |
ThisType & | From (const vctDynamicConstVectorBase< __vectorOwnerType, value_type > &vector) throw (std::runtime_error) |
ThisType & | From (const vctQuaternionRotation3Base< __containerType > &quaternionRotation) throw (std::runtime_error) |
ThisType & | From (const vctMatrixRotation3Base< __containerType > &matrixRotation) |
ThisType & | From (const vctAxisAngleRotation3< value_type > &axisAngleRotation) |
ThisType & | FromNormalized (const vctFixedSizeConstVectorBase< 3, __stride, value_type, __dataPtrType > &vector) |
ThisType & | FromNormalized (value_type x, value_type y, value_type z) |
ThisType & | FromNormalized (const vctDynamicConstVectorBase< __vectorOwnerType, value_type > &vector) throw (std::runtime_error) |
ThisType & | FromNormalized (const vctQuaternionRotation3Base< __containerType > &quaternionRotation) |
ThisType & | FromNormalized (const vctMatrixRotation3Base< __containerType > &matrixRotation) |
ThisType & | FromNormalized (const vctAxisAngleRotation3< value_type > &axisAngleRotation) |
ThisType & | FromRaw (const vctFixedSizeConstVectorBase< 3, __stride, value_type, __dataPtrType > &vector) |
ThisType & | FromRaw (value_type x, value_type y, value_type z) |
ThisType & | FromRaw (const vctDynamicConstVectorBase< __vectorOwnerType, value_type > &vector) |
ThisType & | FromRaw (const vctQuaternionRotation3Base< __containerType > &quaternionRotation) |
ThisType & | FromRaw (const vctMatrixRotation3Base< __containerType > &matrixRotation) |
ThisType & | FromRaw (const vctAxisAngleRotation3< value_type > &axisAngleRotation) |
ThisType & | InverseSelf (void) |
ThisType & | InverseOf (const ThisType &otherRotation) |
ThisType | Inverse (void) const |
ThisType & | NormalizedSelf (void) |
ThisType & | NormalizedOf (const ThisType &otherRotation) |
ThisType | Normalized (void) const |
bool | IsNormalized (value_type CMN_UNUSED(tolerance)=TypeTraits::Tolerance()) const |
bool | AlmostEquivalent (const ThisType &other, value_type tolerance=TypeTraits::Tolerance()) const |
![]() | |
VCT_CONTAINER_TRAITS_TYPEDEFS (_elementType) | |
vctFixedSizeVector () | |
vctFixedSizeVector (const value_type &value) | |
vctFixedSizeVector (const vctFixedSizeConstVectorBase< _size, __stride, __elementType, __dataPtrType > &vector) | |
vctFixedSizeVector (const vctFixedSizeConstVectorBase< SIZEMINUSONE, __stride, _elementType, __dataPtrType > &vector, value_type lastElement) | |
vctFixedSizeVector (const __elementType *elements) | |
vctFixedSizeVector (const vctDynamicConstVectorBase< __vectorOwnerType, value_type > &vector) | |
ThisType & | operator= (const value_type &value) |
bool | FromStreamRaw (std::istream &inputStream, const char delimiter= ' ') |
void | DeSerializeRaw (std::istream &inputStream) |
vctFixedSizeVector (const vctFixedSizeConstVectorRef< _elementType, _size, __stride > &vector) | |
vctFixedSizeVector (const vctFixedSizeVectorRef< _elementType, _size, __stride > &vector) | |
vctFixedSizeVector (const value_type &element0, const value_type &element1) | |
vctFixedSizeVector (const value_type &element0, const value_type &element1, const value_type &element2) | |
vctFixedSizeVector (const value_type &element0, const value_type &element1, const value_type &element2, const value_type &element3) | |
vctFixedSizeVector (const value_type element0, const value_type element1, const value_type element2, const value_type element3, const value_type element4,...) | |
ThisType & | operator= (const ThisType &other) |
ThisType & | operator= (const vctFixedSizeConstVectorBase< _size, __stride, __elementType, __dataPtrType > &other) |
ThisType & | operator= (const vctFixedSizeConstVectorRef< value_type, _size, __stride > &other) |
ThisType & | operator= (const vctFixedSizeConstVectorRef< __elementType, _size, __stride > &other) |
![]() | |
VCT_CONTAINER_TRAITS_TYPEDEFS (_elementType) | |
iterator | begin (void) |
const_iterator | begin (void) const |
iterator | end (void) |
const_iterator | end (void) const |
reverse_iterator | rbegin (void) |
const_reverse_iterator | rbegin (void) const |
reverse_iterator | rend (void) |
const_reverse_iterator | rend (void) const |
reference | operator[] (size_type index) |
const_reference | operator[] (size_type index) const |
reference | at (size_type index) throw (std::out_of_range) |
const_reference | at (size_type index) const throw (std::out_of_range) |
reference | operator() (size_type index) throw (std::out_of_range) |
const_reference | operator() (size_type index) const throw (std::out_of_range) |
reference | Element (size_type index) |
const_reference | Element (size_type index) const |
pointer | Pointer (size_type index=0) |
const_pointer | Pointer (size_type index=0) const |
value_type | SetAll (const value_type &value) |
bool | Zeros (void) |
ThisType & | Assign (const value_type element0, const value_type element1, const value_type element2, const value_type element3, const value_type element4,...) |
ThisType & | Assign (const value_type *elements) |
ThisType & | Assign (const vctDynamicConstVectorBase< __vectorOwnerType, value_type > &other) |
ThisType & | ConcatenationOf (const vctFixedSizeConstVectorBase< SIZEMINUSONE, __stride, __elementTypeVector, __dataPtrType > &other, __elementType last) |
void | SelectFrom (const vctFixedSizeConstVectorBase< __inputSize, __inputStride, _elementType, __inputDataPtrType > &input, const vctFixedSizeConstVectorBase< _size, __indexStride, index_type, __indexDataPtrType > &index) |
void | CrossProductOf (const vctFixedSizeConstVectorBase< 3, __stride1, _elementType, __dataPtr1Type > &inputVector1, const vctFixedSizeConstVectorBase< 3, __stride2, _elementType, __dataPtr2Type > &inputVector2) |
ThisType & | AddProductOf (const value_type scalar, const vctFixedSizeConstVectorBase< _size, __stride, value_type, __dataPtrType > &otherVector) |
ThisType & | AddElementwiseProductOf (const vctFixedSizeConstVectorBase< _size, __stride1, value_type, __dataPtrType1 > &vector1, const vctFixedSizeConstVectorBase< _size, __stride2, value_type, __dataPtrType2 > &vector2) |
ThisType & | Assign (const vctFixedSizeConstVectorBase< _size, __stride, __elementType, __dataPtrType > &other) |
ThisType & | operator= (const vctFixedSizeConstVectorBase< _size, __stride, __elementType, __dataPtrType > &other) |
ThisType & | Assign (const value_type element0) throw (std::runtime_error) |
ThisType & | Assign (const value_type element0, const value_type element1) throw (std::runtime_error) |
ThisType & | Assign (const value_type element0, const value_type element1, const value_type element2) throw (std::runtime_error) |
ThisType & | Assign (const value_type element0, const value_type element1, const value_type element2, const value_type element3) throw (std::runtime_error) |
ThisType & | ForceAssign (const vctFixedSizeConstVectorBase< _size, __stride, __elementType, __dataPtrType > &other) |
ThisType & | ForceAssign (const vctDynamicConstVectorBase< __vectorOwnerType, value_type > &other) |
bool | FastCopyOf (const vctDynamicConstVectorBase< __vectorOwnerType, value_type > &source, bool performSafetyChecks=true) throw (std::runtime_error) |
bool | FastCopyOf (const vctFixedSizeConstVectorBase< SIZE, STRIDE, value_type, __dataPtrType > &source, bool performSafetyChecks=true) throw (std::runtime_error) |
value_type & | X (void) |
const value_type & | X (void) const |
value_type & | Y (void) |
const value_type & | Y (void) const |
value_type & | Z (void) |
const value_type & | Z (void) const |
value_type & | W (void) |
const value_type & | W (void) const |
vctFixedSizeVectorRef < _elementType, 2, _stride > | XY (void) |
vctFixedSizeConstVectorRef < _elementType, 2, _stride > | XY (void) const |
vctFixedSizeVectorRef < _elementType, 2, 2 *_stride > | XZ (void) |
vctFixedSizeConstVectorRef < _elementType, 2, 2 *_stride > | XZ (void) const |
vctFixedSizeVectorRef < _elementType, 2, 3 *_stride > | XW (void) |
vctFixedSizeConstVectorRef < _elementType, 2, 3 *_stride > | XW (void) const |
vctFixedSizeVectorRef < _elementType, 2, _stride > | YZ (void) |
vctFixedSizeConstVectorRef < _elementType, 2, _stride > | YZ (void) const |
vctFixedSizeVectorRef < _elementType, 2, 2 *_stride > | YW (void) |
vctFixedSizeConstVectorRef < _elementType, 2, 2 *_stride > | YW (void) const |
vctFixedSizeVectorRef < _elementType, 2, _stride > | ZW (void) |
vctFixedSizeConstVectorRef < _elementType, 2, _stride > | ZW (void) const |
vctFixedSizeVectorRef < _elementType, 3, _stride > | XYZ (void) |
vctFixedSizeConstVectorRef < _elementType, 3, _stride > | XYZ (void) const |
vctFixedSizeVectorRef < _elementType, 3, _stride > | YZW (void) |
vctFixedSizeConstVectorRef < _elementType, 3, _stride > | YZW (void) const |
vctFixedSizeVectorRef < _elementType, 4, _stride > | XYZW (void) |
vctFixedSizeConstVectorRef < _elementType, 4, _stride > | XYZW (void) const |
RowConstMatrixRefType | AsRowMatrix (void) const |
RowMatrixRefType | AsRowMatrix (void) |
ColConstMatrixRefType | AsColMatrix (void) const |
ColMatrixRefType | AsColMatrix (void) |
vctFixedSizeConstVectorRef < _elementType, __subSize, _stride > | Ref (const size_type startPosition=0) const throw (std::out_of_range) |
vctFixedSizeVectorRef < _elementType, __subSize, _stride > | Ref (const size_type startPosition=0) throw (std::out_of_range) |
ThisType & | SumOf (const vctFixedSizeConstVectorBase< _size, __stride1, value_type, __dataPtrType1 > &vector1, const vctFixedSizeConstVectorBase< _size, __stride2, value_type, __dataPtrType2 > &vector2) |
ThisType & | DifferenceOf (const vctFixedSizeConstVectorBase< _size, __stride1, value_type, __dataPtrType1 > &vector1, const vctFixedSizeConstVectorBase< _size, __stride2, value_type, __dataPtrType2 > &vector2) |
ThisType & | ElementwiseProductOf (const vctFixedSizeConstVectorBase< _size, __stride1, value_type, __dataPtrType1 > &vector1, const vctFixedSizeConstVectorBase< _size, __stride2, value_type, __dataPtrType2 > &vector2) |
ThisType & | ElementwiseRatioOf (const vctFixedSizeConstVectorBase< _size, __stride1, value_type, __dataPtrType1 > &vector1, const vctFixedSizeConstVectorBase< _size, __stride2, value_type, __dataPtrType2 > &vector2) |
ThisType & | ElementwiseMinOf (const vctFixedSizeConstVectorBase< _size, __stride1, value_type, __dataPtrType1 > &vector1, const vctFixedSizeConstVectorBase< _size, __stride2, value_type, __dataPtrType2 > &vector2) |
ThisType & | ElementwiseMaxOf (const vctFixedSizeConstVectorBase< _size, __stride1, value_type, __dataPtrType1 > &vector1, const vctFixedSizeConstVectorBase< _size, __stride2, value_type, __dataPtrType2 > &vector2) |
ThisType & | Add (const vctFixedSizeConstVectorBase< _size, __stride, value_type, __dataPtrType > &otherVector) |
ThisType & | Subtract (const vctFixedSizeConstVectorBase< _size, __stride, value_type, __dataPtrType > &otherVector) |
ThisType & | ElementwiseMultiply (const vctFixedSizeConstVectorBase< _size, __stride, value_type, __dataPtrType > &otherVector) |
ThisType & | ElementwiseDivide (const vctFixedSizeConstVectorBase< _size, __stride, value_type, __dataPtrType > &otherVector) |
ThisType & | ElementwiseMin (const vctFixedSizeConstVectorBase< _size, __stride, value_type, __dataPtrType > &otherVector) |
ThisType & | ElementwiseMax (const vctFixedSizeConstVectorBase< _size, __stride, value_type, __dataPtrType > &otherVector) |
ThisType & | operator+= (const vctFixedSizeConstVectorBase< _size, __stride, value_type, __dataPtrType > &otherVector) |
ThisType & | operator-= (const vctFixedSizeConstVectorBase< _size, __stride, value_type, __dataPtrType > &otherVector) |
ThisType & | SwapElementsWith (vctFixedSizeVectorBase< _size, __stride, value_type, __dataPtrType > &otherVector) |
ThisType & | SumOf (const vctFixedSizeConstVectorBase< _size, __stride, value_type, __dataPtrType > &vector, const value_type scalar) |
ThisType & | DifferenceOf (const vctFixedSizeConstVectorBase< _size, __stride, value_type, __dataPtrType > &vector, const value_type scalar) |
ThisType & | ProductOf (const vctFixedSizeConstVectorBase< _size, __stride, value_type, __dataPtrType > &vector, const value_type scalar) |
ThisType & | RatioOf (const vctFixedSizeConstVectorBase< _size, __stride, value_type, __dataPtrType > &vector, const value_type scalar) |
ThisType & | ClippedAboveOf (const vctFixedSizeConstVectorBase< _size, __stride, value_type, __dataPtrType > &vector, const value_type upperBound) |
ThisType & | ClippedBelowOf (const vctFixedSizeConstVectorBase< _size, __stride, value_type, __dataPtrType > &vector, const value_type lowerBound) |
ThisType & | SumOf (const value_type scalar, const vctFixedSizeConstVectorBase< _size, __stride, value_type, __dataPtrType > &vector) |
ThisType & | DifferenceOf (const value_type scalar, const vctFixedSizeConstVectorBase< _size, __stride, value_type, __dataPtrType > &vector) |
ThisType & | ProductOf (const value_type scalar, const vctFixedSizeConstVectorBase< _size, __stride, value_type, __dataPtrType > &vector) |
ThisType & | RatioOf (const value_type scalar, const vctFixedSizeConstVectorBase< _size, __stride, value_type, __dataPtrType > &vector) |
ThisType & | ClippedAboveOf (const value_type upperBound, const vctFixedSizeConstVectorBase< _size, __stride, value_type, __dataPtrType > &vector) |
ThisType & | ClippedBelowOf (const value_type lowerBound, const vctFixedSizeConstVectorBase< _size, __stride, value_type, __dataPtrType > &vector) |
ThisType & | Add (const value_type scalar) |
ThisType & | Subtract (const value_type scalar) |
ThisType & | operator+= (const value_type scalar) |
ThisType & | operator-= (const value_type scalar) |
ThisType & | Multiply (const value_type scalar) |
ThisType & | Divide (const value_type scalar) |
ThisType & | ClipAbove (const value_type upperBound) |
ThisType & | ClipBelow (const value_type lowerBound) |
ThisType & | operator*= (const value_type scalar) |
ThisType & | operator/= (const value_type scalar) |
ThisType & | ProductOf (const vctFixedSizeConstMatrixBase< _size, __matrixCols, __matrixRowStride, __matrixColStride, _elementType, __matrixDataPtrType > &inputMatrix, const vctFixedSizeConstVectorBase< __matrixCols, __vectorStride, _elementType, __vectorDataPtrType > &inputVector) |
ThisType & | ProductOf (const vctFixedSizeConstVectorBase< __vectorSize, __vectorStride, _elementType, __vectorDataPtrType > &inputVector, const vctFixedSizeConstMatrixBase< __vectorSize, _size, __matrixRowStride, __matrixColStride, _elementType, __matrixDataPtrType > &inputMatrix) |
ThisType & | AbsOf (const vctFixedSizeConstVectorBase< _size, __stride, value_type, __dataPtrType > &otherVector) |
ThisType & | NegationOf (const vctFixedSizeConstVectorBase< _size, __stride, value_type, __dataPtrType > &otherVector) |
ThisType & | FloorOf (const vctFixedSizeConstVectorBase< _size, __stride, value_type, __dataPtrType > &otherVector) |
ThisType & | CeilOf (const vctFixedSizeConstVectorBase< _size, __stride, value_type, __dataPtrType > &otherVector) |
ThisType & | NormalizedOf (const vctFixedSizeConstVectorBase< _size, __stride, value_type, __dataPtrType > &otherVector) throw (std::runtime_error) |
ThisType & | AbsSelf (void) |
ThisType & | NegationSelf (void) |
ThisType & | FloorSelf (void) |
ThisType & | CeilSelf (void) |
ThisType & | NormalizedSelf (void) throw (std::runtime_error) |
![]() | |
VCT_CONTAINER_TRAITS_TYPEDEFS (_elementType) | |
const_iterator | begin (void) const |
const_iterator | end (void) const |
const_reverse_iterator | rbegin (void) const |
const_reverse_iterator | rend (void) const |
size_type | size (void) const |
size_type | max_size (void) const |
difference_type | stride (void) const |
bool | empty (void) const |
const_reference | operator[] (size_type index) const |
const_reference | at (size_type index) const throw (std::out_of_range) |
const_reference | operator() (size_type index) const throw (std::out_of_range) |
const_reference | Element (size_type index) const |
const_pointer | Pointer (size_type index=0) const |
bool | ValidIndex (size_type index) const |
template<vct::size_type __subSize> | |
vctFixedSizeConstVectorRef < _elementType, __subSize, _stride > | Ref (const size_type startPosition=0) const throw (std::out_of_range) |
template<stride_type __stride, class __dataPtrType > | |
value_type | DotProduct (const vctFixedSizeConstVectorBase< _size, __stride, value_type, __dataPtrType > &otherVector) const |
std::string | ToString (void) const |
void | ToStream (std::ostream &outputStream) const |
void | ToStreamRaw (std::ostream &outputStream, const char delimiter= ' ', bool headerOnly=false, const std::string &headerPrefix="") const |
void | SerializeRaw (std::ostream &outputStream) const |
const value_type & | X (void) const |
const value_type & | Y (void) const |
const value_type & | Z (void) const |
const value_type & | W (void) const |
vctFixedSizeConstVectorRef < _elementType, 2, _stride > | XY (void) const |
vctFixedSizeConstVectorRef < _elementType, 2, 2 *_stride > | XZ (void) const |
vctFixedSizeConstVectorRef < _elementType, 2, 3 *_stride > | XW (void) const |
vctFixedSizeConstVectorRef < _elementType, 2, _stride > | YZ (void) const |
vctFixedSizeConstVectorRef < _elementType, 2, 2 *_stride > | YW (void) const |
vctFixedSizeConstVectorRef < _elementType, 2, _stride > | ZW (void) const |
vctFixedSizeConstVectorRef < _elementType, 3, _stride > | XYZ (void) const |
vctFixedSizeConstVectorRef < _elementType, 3, _stride > | YZW (void) const |
vctFixedSizeConstVectorRef < _elementType, 4, _stride > | XYZW (void) const |
RowConstMatrixRefType | AsRowMatrix (void) const |
ColConstMatrixRefType | AsColMatrix (void) const |
value_type | SumOfElements (void) const |
value_type | ProductOfElements (void) const |
value_type | NormSquare (void) const |
NormType | Norm (void) const |
bool | IsNormalized (_elementType tolerance=cmnTypeTraits< _elementType >::Tolerance()) const |
value_type | L1Norm (void) const |
value_type | LinfNorm (void) const |
value_type | MaxElement (void) const |
value_type | MinElement (void) const |
value_type | MaxAbsElement (void) const |
value_type | MinAbsElement (void) const |
void | MinAndMaxElement (value_type &minElement, value_type &maxElement) const |
bool | IsPositive (void) const |
bool | IsNonNegative (void) const |
bool | IsNonPositive (void) const |
bool | IsNegative (void) const |
bool | All (void) const |
bool | Any (void) const |
bool | IsFinite (void) const |
bool | HasNaN (void) const |
bool | IsCompact (void) const |
bool | IsFortran (void) const |
template<size_type __size, stride_type __stride, class __dataPtrType > | |
bool | FastCopyCompatible (const vctFixedSizeConstVectorBase< __size, __stride, value_type, __dataPtrType > &source) const |
template<class __vectorOwnerType > | |
bool | FastCopyCompatible (const vctDynamicConstVectorBase< __vectorOwnerType, value_type > &source) const |
template<stride_type __stride, class __dataPtrType > | |
bool | Equal (const vctFixedSizeConstVectorBase< _size, __stride, value_type, __dataPtrType > &otherVector) const |
template<stride_type __stride, class __dataPtrType > | |
bool | operator== (const vctFixedSizeConstVectorBase< _size, __stride, value_type, __dataPtrType > &otherVector) const |
template<stride_type __stride, class __dataPtrType > | |
bool | AlmostEqual (const vctFixedSizeConstVectorBase< _size, __stride, value_type, __dataPtrType > &otherVector, value_type tolerance) const |
template<stride_type __stride, class __dataPtrType > | |
bool | AlmostEqual (const vctFixedSizeConstVectorBase< _size, __stride, value_type, __dataPtrType > &otherVector) const |
template<stride_type __stride, class __dataPtrType > | |
bool | NotEqual (const vctFixedSizeConstVectorBase< _size, __stride, value_type, __dataPtrType > &otherVector) const |
template<stride_type __stride, class __dataPtrType > | |
bool | operator!= (const vctFixedSizeConstVectorBase< _size, __stride, value_type, __dataPtrType > &otherVector) const |
template<stride_type __stride, class __dataPtrType > | |
bool | Lesser (const vctFixedSizeConstVectorBase< _size, __stride, value_type, __dataPtrType > &otherVector) const |
template<stride_type __stride, class __dataPtrType > | |
bool | LesserOrEqual (const vctFixedSizeConstVectorBase< _size, __stride, value_type, __dataPtrType > &otherVector) const |
template<stride_type __stride, class __dataPtrType > | |
bool | Greater (const vctFixedSizeConstVectorBase< _size, __stride, value_type, __dataPtrType > &otherVector) const |
template<stride_type __stride, class __dataPtrType > | |
bool | GreaterOrEqual (const vctFixedSizeConstVectorBase< _size, __stride, value_type, __dataPtrType > &otherVector) const |
template<stride_type __stride, class __dataPtrType > | |
BoolVectorValueType | ElementwiseEqual (const vctFixedSizeConstVectorBase< _size, __stride, value_type, __dataPtrType > &otherVector) const |
template<stride_type __stride, class __dataPtrType > | |
BoolVectorValueType | ElementwiseNotEqual (const vctFixedSizeConstVectorBase< _size, __stride, value_type, __dataPtrType > &otherVector) const |
template<stride_type __stride, class __dataPtrType > | |
BoolVectorValueType | ElementwiseLesser (const vctFixedSizeConstVectorBase< _size, __stride, value_type, __dataPtrType > &otherVector) const |
template<stride_type __stride, class __dataPtrType > | |
BoolVectorValueType | ElementwiseLesserOrEqual (const vctFixedSizeConstVectorBase< _size, __stride, value_type, __dataPtrType > &otherVector) const |
template<stride_type __stride, class __dataPtrType > | |
BoolVectorValueType | ElementwiseGreater (const vctFixedSizeConstVectorBase< _size, __stride, value_type, __dataPtrType > &otherVector) const |
template<stride_type __stride, class __dataPtrType > | |
BoolVectorValueType | ElementwiseGreaterOrEqual (const vctFixedSizeConstVectorBase< _size, __stride, value_type, __dataPtrType > &otherVector) const |
bool | Equal (const value_type &scalar) const |
bool | operator== (const value_type &scalar) const |
bool | NotEqual (const value_type &scalar) const |
bool | operator!= (const value_type &scalar) const |
bool | Lesser (const value_type &scalar) const |
bool | LesserOrEqual (const value_type &scalar) const |
bool | Greater (const value_type &scalar) const |
bool | GreaterOrEqual (const value_type &scalar) const |
BoolVectorValueType | ElementwiseEqual (const value_type &scalar) const |
BoolVectorValueType | ElementwiseNotEqual (const value_type &scalar) const |
BoolVectorValueType | ElementwiseLesser (const value_type &scalar) const |
BoolVectorValueType | ElementwiseLesserOrEqual (const value_type &scalar) const |
BoolVectorValueType | ElementwiseGreater (const value_type &scalar) const |
BoolVectorValueType | ElementwiseGreaterOrEqual (const value_type &scalar) const |
VectorValueType | Abs (void) const |
VectorValueType | Negation (void) const |
VectorValueType | Floor (void) const |
VectorValueType | Ceil (void) const |
VectorValueType | Normalized (void) const throw (std::runtime_error) |
Additional Inherited Members | |
![]() | |
static CISST_EXPORT const ThisType & | Identity () |
![]() | |
void | ThrowUnlessIsNormalized (void) const throw (std::runtime_error) |
void | ThrowUnlessIsNormalized (const _inputType &input) const throw (std::runtime_error) |
![]() | |
void | ThrowUnlessValidIndex (size_type index) const throw (std::out_of_range) |
![]() | |
_dataPtrType | Data |
Define a rotation based on the rodriguez representation for a space of dimension 3. This representation is based on a vector. The direction of the vector determines the axis of rotation and its norm defines the amplitude of the rotation.
This class is templated by the element type.
_elementType | The type of elements. |
typedef vctRodriguezRotation3Base<ContainerType> vctRodriguezRotation3< _elementType >::BaseType |
typedef vctFixedSizeVector<value_type, 3> vctRodriguezRotation3< _elementType >::ContainerType |
typedef vctRodriguezRotation3<value_type> vctRodriguezRotation3< _elementType >::ThisType |
typedef cmnTypeTraits<value_type> vctRodriguezRotation3< _elementType >::TypeTraits |
Traits used for all useful types and values related to the element type.
|
inline |
Default constructor. Sets the rotation to (0, 0, 0).
|
inline |
|
inline |
|
inlineexplicit |
Constructor from a 3D vector.
axis | A vector of size 3, its norm represents the angle. |
|
inline |
Constructor from a elements representing a 3D vector.
x,y,z | A vector of size 3, its norm represents the angle. |
|
inlineexplicit |
Constructor from a vctQuaternionRotation3.
|
inlineexplicit |
Constructor from a vctMatrixRotation3.
|
inlineexplicit |
Constructor from a vctAxisAngleRotation3.
|
inline |
Constructor from a 3D vector.
axis | A vector of size 3, its norm represents the angle. |
normalizeInput | Normalize the input or convert as is (VCT_NORMALIZE or VCT_DO_NOT_NORMALIZE) |
|
inline |
Constructor from 3 elements representing a 3D vector.
x,y,z | A vector of size 3, its norm represents the angle. |
normalizeInput | Normalize the input or convert as is (VCT_NORMALIZE or VCT_DO_NOT_NORMALIZE) |
|
inline |
Constructor from a vctQuaternionRotation3.
|
inline |
Constructor from a vctMatrixRotation3.
|
inline |
Constructor from a vctAxisAngleRotation3.
vctRodriguezRotation3< _elementType >::VCT_CONTAINER_TRAITS_TYPEDEFS | ( | _elementType | ) |