2D circle.
More...
#include <Circle2D.h>
2D circle.
Definition at line 25 of file Circle2D.h.
◆ Circle2D()
Circle2D |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
radius |
|
) |
| |
Constructor.
- Parameters
-
[in] | x | Center X coordinate. |
[in] | y | Center Y coordinate. |
[in] | radius | Radius. |
Definition at line 14 of file Circle2D.cc.
14 :
17{
18}
HepGeom::Point3D< double > m_Center
Center.
◆ ~Circle2D()
◆ getCenter()
◆ getRadius()
double getRadius |
( |
| ) |
const |
|
inline |
◆ m_Center
◆ m_Radius
The documentation for this class was generated from the following files: