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 S. Freedman's Veech group computations #155

Closed videlec closed 2 years ago

videlec 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:
saraedum commented 2 years ago

Superseded by #157 due to permission problems.