ROOT 6.12/07 Reference Guide |
Class describing a polar 2D coordinate system based on r and phi Phi is restricted to be in the range [-PI,PI)
Class describing a 2D Polar coordinate system
(r, phi coordinates)
Public Types | |
typedef T | Scalar |
Public Member Functions | |
Polar2D () | |
Default constructor with r=1,phi=0. More... | |
Polar2D (T r, T phi) | |
Construct from the polar coordinates: r and phi. More... | |
template<class CoordSystem > | |
Polar2D (const CoordSystem &v) | |
Construct from any Vector or coordinate system implementing R() and Phi() More... | |
Polar2D (const Polar2D &v) | |
copy constructor More... | |
void | GetCoordinates (Scalar &r, Scalar &phi) const |
get internal data into 2 Scalar numbers More... | |
Scalar | Mag2 () const |
void | Negate () |
negate the vector More... | |
bool | operator!= (const Polar2D &rhs) const |
Polar2D & | operator= (const Polar2D &v) |
assignment operator More... | |
template<class CoordSystem > | |
Polar2D & | operator= (const CoordSystem &c) |
generic assignment operator from any coordinate system More... | |
bool | operator== (const Polar2D &rhs) const |
Exact equality. More... | |
Scalar | Phi () const |
Scalar | R () const |
void | Rotate (T angle) |
rotate the vector More... | |
void | Scale (T a) |
scale by a scalar quantity - for polar coordinates r changes More... | |
void | SetCoordinates (Scalar r, Scalar phi) |
Set internal data based on 2 Scalar numbers. More... | |
void | SetPhi (const T &phi) |
set the phi coordinate value keeping r constant More... | |
void | SetR (const T &r) |
set the r coordinate value keeping phi constant More... | |
void | SetXY (Scalar a, Scalar b) |
set all values using cartesian coordinates More... | |
Scalar | X () const |
T | x () const |
Scalar | Y () const |
T | y () const |
Private Member Functions | |
void | Restrict () |
restrict abgle hi to be between -PI and PI More... | |
Static Private Member Functions | |
static double | pi () |
Private Attributes | |
T | fPhi |
T | fR |
#include <Math/GenVector/Polar2D.h>
typedef T ROOT::Math::Polar2D< T >::Scalar |
|
inline |
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestaticprivate |
|
inline |
|
inlineprivate |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
void ROOT::Math::Polar2D< T >::SetXY | ( | Scalar | a, |
Scalar | b | ||
) |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |