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

Rename matrix_2x2 #231

Open saraedum opened 1 year ago

saraedum commented 1 year ago

It would make sense to have a place to put constructions related to elementary Euclidean geometry. Currently, we use matrix_2x2 for that. It does not actually define 2×2 matrices but provide geometry in the plane.

Can we rename matrix_2x2 to elementary_geometry or euclidean_geometry or something like that?