| |
constructs
a curve with a CGAL circle (source and target are identical and
initialized to the leftmost point on the circle).
| |
| |
constructs a
curve corresponding to a full circle, oriented counterclockwise, with
its center at Point(x,y) and r2 as its squared radius.
| |
| |
constructs a
curve corresponding to an arc segment of the circle that has
its center at Point(x,y) and has r2 as its squared radius.
The arc is oriented counterclockwise and
src and trgt correspond to its source and target
points.
|
| ||
| returns the circle the arc is on. | |
|
| returns the source point of the arc. |
|
| returns the target point of the arc. |
|
| |
returns true if the arc is -monotone, false otherwise. |