ivutils
Loading...
Searching...
No Matches
Circle (Circle)

Circle’ - creating a circle object.

Important members and methods of the class:

  • this->init(const vec_type &R, const Vector_2 &center) - constructor, R - radius, center - coordinates of the center of the circle

Example

Circle cir(2, Vector_2(0,0)); // create a circle with radius 2 and center at a point with coordinates 0,0