CGAL 4.4 - Geometric Object Generators
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Type Requirements
Member CGAL::Points_on_segment_2< Point_2 >::Points_on_segment_2 (const Point_2 &p, const Point_2 &q, std::size_t n, std::size_t i=0)
The expressions to_double(p.x()) and to_double(p.y()) must result in the respective double representation of the coordinates of p, and similarly for q.
Member CGAL::Random_points_on_segment_2< Point_2, Creator >::Random_points_on_segment_2 (const Point_2 &p, const Point_2 &q, Random &rnd=default_random)
The expressions to_double(p.x()) and to_double(p.y()) must result in the respective double representation of the coordinates of p, and similarly for q.