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

WIP: wrapper around pyflatsurf flat triangulation #119

Closed videlec closed 2 years ago

videlec commented 2 years ago

I don't like much that the opposite_edge recreates the vector of faces each time. Maybe I should simply store the result of FlatTriangulation.faces().

videlec commented 2 years ago

Made obsolete by #176