CGAL 5.2 - 2D and 3D Linear Geometry Kernel
CGAL::Origin Class Reference

#include <CGAL/Origin.h>

Definition

CGAL defines a symbolic constant ORIGIN which denotes the point at the origin.

Origin is the type of this constant. It is used in the conversion between points and vectors.

See also
CGAL::Point_2<Kernel>
CGAL::Point_3<Kernel>
CGAL::Vector_2<Kernel>
CGAL::Vector_3<Kernel>
CGAL::operator+
CGAL::operator-
Examples:
Kernel_23/MyConstruct_point_2.h.