ivutils
|
‘Circle’ - creating a circle object.
Important members and methods of the class:
this->init(const vec_type &R, const Vector_2 ¢er)
- constructor, R - radius, center - coordinates of the center of the circleExample
Circle cir(2, Vector_2(0,0)); // create a circle with radius 2 and center at a point with coordinates 0,0