|
CGAL 6.3 - Geometric Object Generators
|
#include <CGAL/point_generators_2.h>
The class Random_points_in_disc_2 is an input iterator creating points uniformly distributed in an open disc.
The default Creator is Creator_uniform_2<Kernel_traits<Point_2>::Kernel::RT,Point_2>.
InputIterator PointGenerator Types | |
| typedef std::input_iterator_tag | iterator_category |
| typedef Point_2 | value_type |
| typedef std::ptrdiff_t | difference_type |
| typedef const Point_2 * | pointer |
| typedef const Point_2 & | reference |
Function | |
| Random_points_in_disc_2 (double r=1.0, Random &rnd=get_default_random()) | |
| creates an input iterator g generating points of type Point_2 uniformly distributed in the open disc with radius \( r\), i.e. \( |*g| < r\). | |
| CGAL::Random_points_in_disc_2< Point_2, Creator >::Random_points_in_disc_2 | ( | double | r = 1.0, |
| Random & | rnd = get_default_random() ) |
creates an input iterator g generating points of type Point_2 uniformly distributed in the open disc with radius \( r\), i.e. \( |*g| < r\).
Two random numbers are needed from rnd for each point.