Poly_drawSourceDrawing into convex Polyhedron.
This module implements algorithms to draw uniformally in a convex polyhedron given a set of generators.
This one is cheaper, but a little bit unfair (i.e., not uniform).
Draws n dictinct points among a list of points l, or |l| if |l|<n (typically, vertices).
Draws n points among a list of points (any point may be drawn several times).
Parallelogram envelopping a convex Polyhedron defined by a set of generators.
Draw one point in a poly_wrap.
BEWARE: the point returned by one_point_poly_wrap is not necessary a solution!