CGAL 6.0 - 2D and 3D Linear Geometry Kernel
Loading...
Searching...
No Matches
Kernel::ConstructTranslatedPoint_2 Concept Reference

Definition

Operations

A model of this concept must provide:

Kernel::Point_2 operator() (const Kernel::Point_2 &p, const Kernel::Vector_2 &v)
 returns the point obtained by translating p by the vector v.
 
Kernel::Point_2 operator() (const CGAL::Origin &o, const Kernel::Vector_2 &v)
 returns the point obtained by translating a point at the origin by the vector v.