#include <ExtVec.h>
Public Types | |
typedef Vec4< T > | Vec |
Public Member Functions | |
constexpr | Rot3 () |
constexpr | Rot3 (Vec4< T > ix, Vec4< T > iy, Vec4< T > iz) |
constexpr | Rot3 (T xx, T xy, T xz, T yx, T yy, T yz, T zx, T zy, T zz) |
constexpr Vec4< T > | rotate (Vec4< T > v) const |
Rot3 | rotate (Rot3 const &r) const |
constexpr Vec4< T > | rotateBack (Vec4< T > v) const |
constexpr Rot3 | rotateBack (Rot3 const &r) const |
constexpr Rot3 | transpose () const |
constexpr Vec4< T > | x () const |
constexpr Vec4< T > | y () const |
constexpr Vec4< T > | z () const |
Public Attributes | |
Vec | axis [3] |
|
inline |
Definition at line 202 of file ExtVec.h.
Definition at line 230 of file ExtVec.h.
Definition at line 226 of file ExtVec.h.
Referenced by operator*(), mathSSE::Rot3< align::Scalar >::rotate(), and Rot3< align::Scalar >::rotate().
Definition at line 215 of file ExtVec.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().
Definition at line 216 of file ExtVec.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().
Definition at line 217 of file ExtVec.h.
Referenced by geometryXMLparser.Alignable::pos(), and ntupleDataFormat._HitObject::r3D().
Definition at line 191 of file ExtVec.h.
Referenced by operator*(), operator<<(), mathSSE::Rot3< align::Scalar >::rotate(), Rot3< align::Scalar >::rotate(), mathSSE::Rot3< align::Scalar >::rotateBack(), and Rot3< align::Scalar >::rotateBack().