Go to the source code of this file.
Classes | |
struct | mathSSE::OldRot< T > |
struct | mathSSE::Rot2< T > |
struct | mathSSE::Rot3< T > |
Namespaces | |
mathSSE | |
Typedefs | |
typedef Rot2< double > | mathSSE::Rot2D |
typedef Rot2< float > | mathSSE::Rot2F |
typedef Rot3< double > | mathSSE::Rot3D |
typedef Rot3< float > | mathSSE::Rot3F |
Functions | |
template<typename T > | |
struct mathSSE::OldRot | mathSSE::__attribute__ ((aligned(16))) |
template<typename T > | |
mathSSE::Rot3< T > | operator* (mathSSE::Rot3< T > const &rh, mathSSE::Rot3< T > const &lh) |
template<typename T > | |
mathSSE::Rot2< T > | operator* (mathSSE::Rot2< T > const &rh, mathSSE::Rot2< T > const &lh) |
std::ostream & | operator<< (std::ostream &out, mathSSE::Rot3F const &v) |
std::ostream & | operator<< (std::ostream &out, mathSSE::Rot3D const &v) |
std::ostream & | operator<< (std::ostream &out, mathSSE::Rot2F const &v) |
std::ostream & | operator<< (std::ostream &out, mathSSE::Rot2D const &v) |
Variables | |
struct mathSSE::Rot3 | mathSSE::__attribute__ |
T | R11 |
T | R12 |
T | R13 |
T | R21 |
T | R22 |
T | R23 |
T | R31 |
T | R32 |
T | R33 |
|
inline |
|
inline |
Definition at line 162 of file SSERot.h.
References operator<<(), MillePedeFileConverter_cfg::out, mathSSE::Rot2< T >::rotateBack(), and findQualityFiles::v.
std::ostream& operator<< | ( | std::ostream & | out, |
mathSSE::Rot3F const & | v | ||
) |
Referenced by operator*().
std::ostream& operator<< | ( | std::ostream & | out, |
mathSSE::Rot3D const & | v | ||
) |
std::ostream& operator<< | ( | std::ostream & | out, |
mathSSE::Rot2F const & | v | ||
) |
std::ostream& operator<< | ( | std::ostream & | out, |
mathSSE::Rot2D const & | v | ||
) |
T R11 |
Definition at line 173 of file SSERot.h.
Referenced by TkRotation< align::Scalar >::multiplyInverse(), TkRotation< align::Scalar >::operator*(), TkRotation< align::Scalar >::rotate(), TkRotation< align::Scalar >::rotateBack(), TkRotation< align::Scalar >::TkRotation(), TkRotation< align::Scalar >::transposed(), and TkRotation< align::Scalar >::xx().
T R12 |
Definition at line 173 of file SSERot.h.
Referenced by TkRotation< align::Scalar >::multiplyInverse(), TkRotation< align::Scalar >::operator*(), TkRotation< align::Scalar >::rotate(), TkRotation< align::Scalar >::rotateBack(), TkRotation< align::Scalar >::TkRotation(), TkRotation< align::Scalar >::transposed(), and TkRotation< align::Scalar >::xy().
T R13 |
Definition at line 173 of file SSERot.h.
Referenced by TkRotation< align::Scalar >::multiplyInverse(), TkRotation< align::Scalar >::operator*(), TkRotation< align::Scalar >::rotate(), TkRotation< align::Scalar >::rotateBack(), TkRotation< align::Scalar >::TkRotation(), TkRotation< align::Scalar >::transposed(), and TkRotation< align::Scalar >::xz().
T R21 |
Definition at line 174 of file SSERot.h.
Referenced by TkRotation< align::Scalar >::multiplyInverse(), TkRotation< align::Scalar >::operator*(), TkRotation< align::Scalar >::rotate(), TkRotation< align::Scalar >::rotateBack(), TkRotation< align::Scalar >::TkRotation(), TkRotation< align::Scalar >::transposed(), and TkRotation< align::Scalar >::yx().
T R22 |
Definition at line 174 of file SSERot.h.
Referenced by TkRotation< align::Scalar >::multiplyInverse(), TkRotation< align::Scalar >::operator*(), TkRotation< align::Scalar >::rotate(), TkRotation< align::Scalar >::rotateBack(), TkRotation< align::Scalar >::TkRotation(), TkRotation< align::Scalar >::transposed(), and TkRotation< align::Scalar >::yy().
T R23 |
Definition at line 174 of file SSERot.h.
Referenced by TkRotation< align::Scalar >::multiplyInverse(), TkRotation< align::Scalar >::operator*(), TkRotation< align::Scalar >::rotate(), TkRotation< align::Scalar >::rotateBack(), TkRotation< align::Scalar >::TkRotation(), TkRotation< align::Scalar >::transposed(), and TkRotation< align::Scalar >::yz().
T R31 |
Definition at line 175 of file SSERot.h.
Referenced by TkRotation< align::Scalar >::multiplyInverse(), TkRotation< align::Scalar >::operator*(), TkRotation< align::Scalar >::rotate(), TkRotation< align::Scalar >::rotateBack(), TkRotation< align::Scalar >::TkRotation(), TkRotation< align::Scalar >::transposed(), and TkRotation< align::Scalar >::zx().
T R32 |
Definition at line 175 of file SSERot.h.
Referenced by TkRotation< align::Scalar >::multiplyInverse(), TkRotation< align::Scalar >::operator*(), TkRotation< align::Scalar >::rotate(), TkRotation< align::Scalar >::rotateBack(), TkRotation< align::Scalar >::TkRotation(), TkRotation< align::Scalar >::transposed(), and TkRotation< align::Scalar >::zy().
T R33 |
Definition at line 175 of file SSERot.h.
Referenced by TkRotation< align::Scalar >::multiplyInverse(), TkRotation< align::Scalar >::operator*(), TkRotation< align::Scalar >::rotate(), TkRotation< align::Scalar >::rotateBack(), TkRotation< align::Scalar >::TkRotation(), TkRotation< align::Scalar >::transposed(), and TkRotation< align::Scalar >::zz().