#include <SSERot.h>
Public Member Functions | |
Rot3 () | |
Rot3 (Vec4< T > ix, Vec4< T > iy, Vec4< T > iz) | |
Rot3 (T xx, T xy, T xz, T yx, T yy, T yz, T zx, T zy, T zz) | |
Vec4< T > | rotate (Vec4< T > v) const |
Rot3 | rotate (Rot3 const &r) const |
Vec4< T > | rotateBack (Vec4< T > v) const |
Rot3 | rotateBack (Rot3 const &r) const |
Rot3 | transpose () const |
Vec4< T > | x () |
Vec4< T > | y () |
Vec4< T > | z () |
Public Attributes | |
Vec4< T > | axis [3] |
|
inline |
Definition at line 19 of file SSERot.h.
Referenced by mathSSE::Rot3< align::Scalar >::rotate(), mathSSE::Rot3< align::Scalar >::rotateBack(), and mathSSE::Rot3< align::Scalar >::transpose().
|
inline |
|
inline |
Definition at line 61 of file SSERot.h.
Definition at line 57 of file SSERot.h.
Referenced by operator*(), mathSSE::Rot3< align::Scalar >::rotate(), and mathSSE::Rot3< align::Scalar >::rotateBack().
|
inline |
|
inline |
|
inline |
Definition at line 49 of file SSERot.h.
Referenced by svgfig.Curve.Sample::__repr__(), svgfig.Ellipse::__repr__(), geometryXMLparser.Alignable::pos(), ntupleDataFormat._HitObject::r(), and ntupleDataFormat._HitObject::r3D().
|
inline |
Definition at line 50 of file SSERot.h.
Referenced by svgfig.Ellipse::__repr__(), geometryXMLparser.Alignable::pos(), ntupleDataFormat._HitObject::r(), and ntupleDataFormat._HitObject::r3D().
|
inline |
Definition at line 51 of file SSERot.h.
Referenced by geometryXMLparser.Alignable::pos(), and ntupleDataFormat._HitObject::r3D().
Vec4<T> mathSSE::Rot3< T >::axis[3] |
Definition at line 17 of file SSERot.h.
Referenced by operator<<(), mathSSE::Rot3< align::Scalar >::Rot3(), mathSSE::Rot3< align::Scalar >::rotate(), mathSSE::Rot3< align::Scalar >::rotateBack(), mathSSE::Rot3< align::Scalar >::transpose(), mathSSE::Rot3< align::Scalar >::x(), mathSSE::Rot3< align::Scalar >::y(), and mathSSE::Rot3< align::Scalar >::z().