CGAL 5.4.5 - 2D Arrangements
|
#include <CGAL/Arr_conic_traits_2.h>
Point_2.
The Point_2
class nested within the conic-arc traits is used to represent points.
It inherits from the algebraic kernel point.
Creation | |
Point_2 () | |
construct a default point. | |
Point_2 (const typename Alg_kernel::Point_2 &p) | |
construct a point from an algebraic point. | |
Point_2 (const Algebraic &hx, const Algebraic &hy, const Algebraic &hz) | |
constructs from homegeneous coordinates. | |
Point_2 (const Algebraic &x, const Algebraic &y) | |
constructs from Cartesian coordinates. | |