The class Points_on_segment_2<Point_2> is a generator for points on a segment whose endpoints are specified upon construction. The points are equally spaced
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |||
g is an input iterator creating points of type P equally
spaced on the segment from p to q. n-i points are placed on the
segment defined by p and q. Values of the index parameter i larger
than 0 indicate starting points for the sequence further from p.
Point p has index value 0 and q has index value n-1.
|
|
| returns the range in which the point coordinates lie, i.e. ∀ x: |x| ≤ range() and ∀ y: |y| ≤ range() |
|
| returns the source point of the segment. |
|
| returns the target point of the segment. |
CGAL::copy_n
CGAL::Counting_iterator
CGAL::points_on_segment<Point_2>
CGAL::Random_points_in_disc_2<Point_2, Creator>
CGAL::Random_points_in_square_2<Point_2, Creator>
CGAL::Random_points_on_circle_2<Point_2, Creator>
CGAL::Random_points_on_segment_2<Point_2, Creator>
CGAL::Random_points_on_square_2<Point_2, Creator>
CGAL::random_selection
std::random_shuffle