17#ifndef ROOT_Math_GenVector_DisplacementVector2D
18#define ROOT_Math_GenVector_DisplacementVector2D 1
57 template <
class CoordSystem,
class Tag = DefaultCoordinateSystemTag >
62 typedef typename CoordSystem::Scalar
Scalar;
86 template <
class OtherCoords>
95 template <
class OtherCoords>
104 template <
class ForeignVector>
117 template <
class OtherCoords>
128 template <
class OtherCoords>
131 SetXY(rhs.x(), rhs.y() );
140 template <
class ForeignVector>
288 template<
class OtherCoords >
290 return X()*
v.X() +
Y()*
v.Y();
297 template<
class OtherVector >
299 return X()*
v.x() +
Y()*
v.y();
307 template <
class OtherCoords>
317 template <
class OtherCoords>
395 static constexpr unsigned int fDimension = CoordinateType::Dimension;
400 template <
class OtherCoords,
class OtherTag>
403 template <
class OtherCoords,
class OtherTag>
406 template <
class OtherCoords,
class OtherTag>
410 template <
class OtherCoords,
class OtherTag>
413 template <
class OtherCoords,
class OtherTag>
416 template <
class OtherCoords,
class OtherTag>
419 template<
class OtherCoords,
class OtherTag >
422 template<
class OtherCoords,
class OtherTag >
437 template <
class CoordSystem1,
class CoordSystem2,
class U>
450 template <
class CoordSystem1,
class CoordSystem2,
class U>
452 DisplacementVector2D<CoordSystem1,U>
465 template <
class CoordSystem,
class U>
467 DisplacementVector2D<CoordSystem,U>
483 template<
class char_t,
class traits_t,
class T,
class U >
485 std::basic_ostream<char_t,traits_t> &
486 operator << ( std::basic_ostream<char_t,traits_t> & os
487 , DisplacementVector2D<T,U>
const &
v
492 typename T::Scalar
a,
b;
493 v.GetCoordinates(
a,
b);
497 typedef GenVector_detail::BitReproducible BR;
512 template<
class char_t,
class traits_t,
class T,
class U >
514 std::basic_istream<char_t,traits_t> &
521 typename T::Scalar
a,
b;
536 v.SetCoordinates(
a,
b);
winID h TVirtualViewer3D TVirtualGLPainter p
Option_t Option_t TPoint TPoint angle
Class describing a 2D cartesian coordinate system (x, y coordinates)
Class describing a generic displacement vector in 2 dimensions.
Scalar Mag2() const
Magnitute squared ( r^2 in spherical coordinate)
constexpr DisplacementVector2D(const PositionVector2D< OtherCoords, Tag > &p)
Construct from a position vector expressed in different coordinates but with the same coordinate syst...
Scalar X() const
Cartesian X, converting if necessary from internal coordinate system.
constexpr DisplacementVector2D()
Default constructor.
DisplacementVector2D Cross(const DisplacementVector2D< OtherCoords, OtherTag > &) const
constexpr DisplacementVector2D(Scalar a, Scalar b)
Construct from three values of type Scalar.
constexpr DisplacementVector2D(const PositionVector2D< OtherCoords, OtherTag > &)
Scalar R() const
Polar R, converting if necessary from internal coordinate system.
DisplacementVector2D & operator=(const DisplacementVector2D< OtherCoords, OtherTag > &)
constexpr DisplacementVector2D(const DisplacementVector2D< OtherCoords, Tag > &v)
Construct from a displacement vector expressed in different coordinates, or using a different Scalar ...
DisplacementVector2D< CoordSystem, Tag > & SetY(Scalar a)
Change Y - Cartesian2D coordinates only.
DisplacementVector2D & operator=(const DisplacementVector2D< OtherCoords, Tag > &v)
Assignment operator from a displacement vector of arbitrary type.
DisplacementVector2D operator+() const
Positive of the vector, return itself.
DisplacementVector2D operator-() const
Negative of the vector.
Scalar Dot(const OtherVector &v) const
Return the scalar (dot) product of two vectors.
CoordSystem Coordinates() const
Retrieve a copy of the coordinates object.
constexpr DisplacementVector2D(const ForeignVector &v)
Construct from a foreign 2D vector type, for example, Hep2Vector Precondition: v must implement metho...
bool operator==(const DisplacementVector2D &rhs) const
Exact equality.
DisplacementVector2D< CoordSystem, Tag > & SetCoordinates(Scalar a, Scalar b)
Set internal data based on 2 Scalar numbers.
Scalar Phi() const
Polar phi, converting if necessary from internal coordinate system.
Scalar Y() const
Cartesian Y, converting if necessary from internal coordinate system.
Scalar Dot(const DisplacementVector2D< OtherCoords, OtherTag > &) const
DisplacementVector2D & operator*=(Scalar a)
multiply this vector by a scalar quantity
DisplacementVector2D & operator-=(const DisplacementVector2D< OtherCoords, OtherTag > &)
DisplacementVector2D< CoordSystem, Tag > & SetPhi(Scalar ang)
Change Phi - Polar2D coordinates.
DisplacementVector2D & operator+=(const DisplacementVector2D< OtherCoords, OtherTag > &)
constexpr DisplacementVector2D(const DisplacementVector2D< OtherCoords, OtherTag > &)
DisplacementVector2D & operator=(const PositionVector2D< OtherCoords, OtherTag > &)
DisplacementVector2D & operator/=(Scalar a)
divide this vector by a scalar quantity
CoordSystem CoordinateType
bool operator!=(const DisplacementVector2D &rhs) const
static constexpr unsigned int fDimension
DisplacementVector2D unit() const
void Rotate(Scalar angle)
Rotate by an angle.
DisplacementVector2D< CoordSystem, Tag > & SetX(Scalar a)
Change X - Cartesian2D coordinates only.
CoordSystem::Scalar Scalar
DisplacementVector2D< CoordSystem, Tag > & SetR(Scalar a)
Change R - Polar2D coordinates only.
Scalar Dot(const DisplacementVector2D< OtherCoords, Tag > &v) const
Return the scalar (dot) product of two displacement vectors.
void GetCoordinates(Scalar &a, Scalar &b) const
get internal data into 2 Scalar numbers.
DisplacementVector2D operator*(Scalar a) const
Multiply a vector by a real number.
DisplacementVector2D operator/(Scalar a) const
Division of a vector with a real number.
unsigned int Dimension() const
Dimension.
DisplacementVector2D< CoordSystem, Tag > & SetXY(Scalar a, Scalar b)
set the values of the vector from the cartesian components (x,y) (if the vector is held in polar coor...
DisplacementVector2D Unit() const
return unit vector parallel to this
Class describing a generic position vector (point) in 2 dimensions.
Namespace for new Math classes and functions.
char_t get_manip(std::basic_ios< char_t, traits_t > &ios, manip_t m)
std::basic_istream< char_t, traits_t > & require_delim(std::basic_istream< char_t, traits_t > &is, manip_t m)
void set_manip(std::basic_ios< char_t, traits_t > &ios, manip_t m, char_t ch)
std::basic_istream< char_t, traits_t > & operator>>(std::basic_istream< char_t, traits_t > &is, DisplacementVector2D< T, U > &v)
DisplacementVector2D< CoordSystem1, U > operator+(DisplacementVector2D< CoordSystem1, U > v1, const DisplacementVector2D< CoordSystem2, U > &v2)
Addition of DisplacementVector2D vectors.
DisplacementVector2D< CoordSystem1, U > operator-(DisplacementVector2D< CoordSystem1, U > v1, DisplacementVector2D< CoordSystem2, U > const &v2)
Difference between two DisplacementVector2D vectors.
AxisAngle operator*(RotationX const &r1, AxisAngle const &r2)
Multiplication of an axial rotation by an AxisAngle.
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...