#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 |
|
inline |
|
inline |
Definition at line 61 of file SSERot.h.
|
inline |
|
inline |
|
inline |
Definition at line 46 of file SSERot.h.
Referenced by svgfig.Curve.Sample::__repr__(), svgfig.Ellipse::__repr__(), Vispa.Gui.WidgetContainer.WidgetContainer::autosize(), Vispa.Gui.VispaWidget.VispaWidget::boundingRect(), geometryXMLparser.Alignable::pos(), Vispa.Gui.ConnectableWidget.ConnectableWidget::positionizeMenuWidget(), ntupleDataFormat._HitObject::r(), and ntupleDataFormat._HitObject::r3D().
|
inline |
Definition at line 47 of file SSERot.h.
Referenced by svgfig.Ellipse::__repr__(), Vispa.Gui.WidgetContainer.WidgetContainer::autosize(), Vispa.Gui.VispaWidget.VispaWidget::boundingRect(), geometryXMLparser.Alignable::pos(), Vispa.Gui.ConnectableWidget.ConnectableWidget::positionizeMenuWidget(), ntupleDataFormat._HitObject::r(), and ntupleDataFormat._HitObject::r3D().
|
inline |
Definition at line 48 of file SSERot.h.
Referenced by geometryXMLparser.Alignable::pos(), and ntupleDataFormat._HitObject::r3D().
Vec4<T> mathSSE::Rot3< T >::axis[3] |
Definition at line 19 of file SSERot.h.
Referenced by operator<<().