#include <ExtVec.h>
Public Types | |
typedef Vec2< T > | Vec |
Public Member Functions | |
constexpr | Rot2 () |
constexpr | Rot2 (Vec2< T > ix, Vec2< T > iy) |
constexpr | Rot2 (T xx, T xy, T yx, T yy) |
constexpr Vec2< T > | rotate (Vec2< T > v) const |
Rot2 | rotate (Rot2 const &r) const |
constexpr Vec2< T > | rotateBack (Vec2< T > v) const |
constexpr Rot2 | rotateBack (Rot2 const &r) const |
constexpr Rot2 | transpose () const |
constexpr Vec2< T > | x () const |
constexpr Vec2< T > | y () const |
Public Attributes | |
Vec2< T > | axis [2] |
Definition at line 242 of file ExtVec.h.
Referenced by Rot2< Scalar >::rotate(), Rot2< Scalar >::rotateBack(), and Rot2< Scalar >::transpose().
Definition at line 244 of file ExtVec.h.
Definition at line 246 of file ExtVec.h.
Definition at line 259 of file ExtVec.h.
Definition at line 257 of file ExtVec.h.
Referenced by mathSSE::Rot2< Scalar >::rotate(), Rot2< Scalar >::rotate(), and Rot2< Scalar >::rotateBack().
Definition at line 250 of file ExtVec.h.
Referenced by svgfig.Curve.Sample::__repr__(), svgfig.Ellipse::__repr__(), geometryXMLparser.Alignable::pos(), ntupleDataFormat._HitObject::r(), and ntupleDataFormat._HitObject::r3D().
Definition at line 251 of file ExtVec.h.
Referenced by svgfig.Ellipse::__repr__(), geometryXMLparser.Alignable::pos(), ntupleDataFormat._HitObject::r(), and ntupleDataFormat._HitObject::r3D().
Definition at line 240 of file ExtVec.h.
Referenced by Rot2< Scalar >::rotateBack(), Rot2< Scalar >::transpose(), Rot2< Scalar >::x(), and Rot2< Scalar >::y().