|
CGAL 6.1 - 2D Triangulations on Hyperbolic Surfaces
|
#include <CGAL/Hyperbolic_fundamental_domain_factory_2.h>
Factory class, whose only purpose is to construct random fundamental domains of closed orientable hyperbolic surfaces.
The function make_hyperbolic_fundamental_domain_g2() constructs such a domain for a surface of genus two.
| Traits | must be a model of HyperbolicSurfaceTraits_2. |
Creation | |
| Hyperbolic_fundamental_domain_factory_2 () | |
| Constructor. | |
Generation of a domain in genus two. | |
| Hyperbolic_fundamental_domain_2< Traits > | make_hyperbolic_fundamental_domain_g2 (unsigned int seed) |
| randomly generates a convex domain of a closed orientable hyperbolic surface of genus two from a seed. | |