flatsurf / sage-flatsurf

Flat surfaces in Sage
https://flatsurf.github.io/sage-flatsurf/
GNU General Public License v2.0
10 stars 10 forks source link

Integrate Veech group computations #157

Open sfreedman67 opened 2 years ago

sfreedman67 commented 2 years ago

TODO [fill in a rough outline of this project here]

We want to provide the following objects:

class flatsurf.geometry.HyperbolicPlaneTesselation:
    # a collection of polygons of finite area
    # base_ring = endpoints of supporting geodesics

class flatsurf.geometry.IsoDelaunayTesselation
    # a HyperbolicPlaneTesselation + more data

class flatsurf.geometry.SpineTesselation
    # a HyperbolicPlaneTesselation + more data

TODO: Please add more things to the interface here.

Dependencies: