#include <CGAL/Circular_arc_2.h>
| |||
Constructs an arc from a full circle.
| |||
| |||
Constructs the circular arc supported by c, that is oriented
counterclockwise, whose source is p1 and whose target is p2. Precondition: p1 and p2 lie on c.
|
| ||
|
A circular arc is supposed to be oriented counterclockwise, from source to target.
| ||
|
||
| ||
|
When the methods source and target return the same point, then the arc is in fact a full circle.
When an arc is x-monotone, its left and right points can be accessed directly:
| ||
| Precondition: ca.is_x_monotone(). | |
| ||
| Precondition: ca.is_x_monotone(). |
|
| |
Tests whether the arc is x-monotone. | ||
|
| |
Tests whether the arc is y-monotone. |
|
| |
|
|
CGAL::Circular_arc_point_2<CircularKernel>
CGAL::Line_arc_2<CircularKernel>