Belle II Software
release-08-01-10
|
2D circle. More...
#include <Circle2D.h>
Public Member Functions | |
Circle2D (double x, double y, double radius) | |
Constructor. More... | |
~Circle2D () | |
Destructor. | |
const HepGeom::Point3D< double > & | getCenter () const |
Get center. | |
double | getRadius () const |
Get radius. | |
Protected Attributes | |
HepGeom::Point3D< double > | m_Center |
Center. | |
double | m_Radius |
Radius. | |
2D circle.
Definition at line 25 of file Circle2D.h.
Circle2D | ( | double | x, |
double | y, | ||
double | radius | ||
) |
Constructor.
[in] | x | Center X coordinate. |
[in] | y | Center Y coordinate. |
[in] | radius | Radius. |
Definition at line 14 of file Circle2D.cc.