cgal/Packages/Generator/examples/Generator
Susan Hert c06169ae45 updated to use of new polygon simplicity sweep and thus also to the
use of kernel traits.
2001-10-30 09:45:50 +00:00
..
README *** empty log message *** 2001-07-16 17:24:41 +00:00
Segment_generator_example1.C added name of subdirectories to names in files 2001-07-12 18:29:54 +00:00
Segment_generator_example2.C added name of subdirectories to names in files 2001-07-12 18:29:54 +00:00
generators_example1.C added name of subdirectories to names in files 2001-07-12 18:29:54 +00:00
generators_example2.C added name of subdirectories to names in files 2001-07-12 18:29:54 +00:00
random_polygon_ex.C updated to use of new polygon simplicity sweep and thus also to the 2001-10-30 09:45:50 +00:00

README

Segment_generator_example1.C
    example program for generic segment generator.  A number of segments
    are generated and copied to a vector of segments.

Segment_generator_example2.C
    example program for the generic segment generator using precomputed
    point locations.

generators_example1.C
    generates 1000 points as follows: 600 are draw from a disc; 200 are
    drawn from a grid; 100 are duplicates; 100 are collinear points

generators_example2.C
    generates 500 points with integer coordinates

random_polzgon_ex.C
    generates a random polygon from a randomly chosen number of points
    and prints the polygon to standard output