CCircle class, circle on the plane.
More...
#include <Circle.h>
List of all members.
Detailed Description
CCircle class, circle on the plane.
Circle on the two dimensional plane
Definition at line 20 of file Circle.h.
Constructor & Destructor Documentation
MeshLib::CCircle::CCircle |
( |
|
) |
[inline] |
CCircle default constructor, it is initialized to be ((0,0),1)
Definition at line 26 of file Circle.h.
{ m_c = CPoint2(0,0); m_r = 1.0; };
MeshLib::CCircle::CCircle |
( |
const CPoint2 & |
c, |
|
|
const double |
r | |
|
) |
| | [inline] |
MeshLib::CCircle::~CCircle |
( |
|
) |
[inline] |
Member Function Documentation
CPoint2& MeshLib::CCircle::c |
( |
|
) |
[inline] |
The center of the circle
Definition at line 40 of file Circle.h.
double& MeshLib::CCircle::r |
( |
|
) |
[inline] |
The radius of the circle
Definition at line 45 of file Circle.h.
Member Data Documentation
The documentation for this class was generated from the following file: