DD4hep
01.18
|
Simple 2D vector helper class; moved out of ISurface definition. More...
#include <Vector2D.h>
Public Member Functions | |
Vector2D () | |
Vector2D (double u_val, double v_val) | |
double | operator[] (unsigned i) const |
double | u () const |
double | v () const |
double & | u () |
double & | v () |
Private Attributes | |
double | _u |
double | _v |
Simple 2D vector helper class; moved out of ISurface definition.
Definition at line 23 of file Vector2D.h.
|
inline |
Definition at line 26 of file Vector2D.h.
|
inline |
Definition at line 27 of file Vector2D.h.
|
inline |
Definition at line 29 of file Vector2D.h.
|
inline |
Definition at line 34 of file Vector2D.h.
References _u.
Referenced by dd4hep::rec::VolCylinderImpl::localToGlobal(), and dd4hep::rec::VolConeImpl::localToGlobal().
|
inline |
Definition at line 38 of file Vector2D.h.
References _u.
|
inline |
Definition at line 36 of file Vector2D.h.
References _v.
Referenced by dd4hep::rec::VolCylinderImpl::localToGlobal(), and dd4hep::rec::VolConeImpl::localToGlobal().
|
inline |
Definition at line 39 of file Vector2D.h.
References _v.
|
private |
Definition at line 42 of file Vector2D.h.
Referenced by operator[](), and u().
|
private |
Definition at line 42 of file Vector2D.h.
Referenced by operator[](), and v().