advanced |
The concept RandomConvexSetTraits_2describes the requirements of the traits class for the function random_convex_set_2.
CGAL::Random_convex_set_traits_2<Kernel>
| |
point class.
| |
| |
class used for doing computations on point and
vector coordinates (has to fulfill field type requirements).
| |
| |
AdaptableBinaryFunction class:
Point_2 Point_2
Point_2. It returns the point that results from adding
the vectors corresponding to both arguments.
| |
| |
AdaptableBinaryFunction class:
Point_2 FT
Point_2. Scale(p,k) returns the point that
results from scaling the vector corresponding to p by a
factor of k.
| |
| |
AdaptableUnaryFunction class:
Point_2 FT. Max_coordinate(p)
returns the coordinate of p with largest absolute value.
| |
| |
AdaptableBinaryFunction class:
Point_2 Point_2
bool. It returns true, iff the angle of the
direction corresponding to the first argument with respect to
the positive -axis is less than the angle of the direction
corresponding to the second argument.
|
|
| return origin (neutral element for the Sum operation). |
advanced |