#include "DataFormats/Math/interface/SSEVec.h"
#include <iosfwd>
Go to the source code of this file.
Classes | |
struct | mathSSE::OldRot< T > |
struct | mathSSE::Rot3< T > |
Namespaces | |
namespace | mathSSE |
Typedefs | |
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) |
std::ostream & | operator<< (std::ostream &out, mathSSE::Rot3F 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 |
mathSSE::Rot3<T> operator* | ( | mathSSE::Rot3< T > const & | rh, |
mathSSE::Rot3< T > const & | lh | ||
) | [inline] |
Definition at line 96 of file SSERot.h.
References mathSSE::Rot3< T >::rotateBack().
{ // return Rot3(lh.rotateBack(rh.axis[0]),lh.rotateBack(rh.axis[1]),lh.rotateBack(rh.axis[2])); return lh.rotateBack(rh); }
std::ostream& operator<< | ( | std::ostream & | out, |
mathSSE::Rot3F const & | v | ||
) |