24 #if GEOM_PSEUDO3D==GEOM_TRUE
25 namespace GEOM_FADE25D {
26 #elif GEOM_PSEUDO3D==GEOM_FALSE
27 namespace GEOM_FADE2D {
29 #error GEOM_PSEUDO3D is not defined
49 Circle2(
double x,
double y,
double sqRadius_);
80 friend std::ostream &operator<<(std::ostream &stream,
Circle2 b);
Point2 center(const Point2 &p0, const Point2 &p1)
Compute the midpoint of p0 and p1.
Definition: Point2.h:666
Circle for visualization.
Definition: Circle2.h:38
Point2 getCenter()
Get the center of the circle.
double getRadius()
Get the radius of the circle.
Circle2(const Point2 ¢er_, double sqRadius_)
Constructor.
Circle2(double x, double y, double sqRadius_)
Constructor.
double getSqRadius()
Get the squared radius of the circle.
Point.
Definition: Point2.h:53