You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We introduce the necessary framework to define meromorphic differentials built from finitely many polygons. To do so we need to extend EuclideanPolygon to be infinite. We
create new classes EuclideanPoint and EuclideanSegment as in the hyperbolic setting
promote vertices and edges of EuclideanPolygon to the newly created classes
extend angle computation and strata to handle points "at infinity" (angles become negative and correspond to poles of the underlying differential)
For ease of use and backward compatibility finite EuclideanPoint and EuclideanSegment will behave as 2-dimensional vectors.
The text was updated successfully, but these errors were encountered:
In #213 there are some geometric primitives for geometry in the Euclidean plane. They do not support points at infinity at all yet but might be a starting point nevertheless (I added them because using Polyhedron from SageMath is just very slow for 2D geometry.)
We introduce the necessary framework to define meromorphic differentials built from finitely many polygons. To do so we need to extend
EuclideanPolygon
to be infinite. WeEuclideanPoint
andEuclideanSegment
as in the hyperbolic settingEuclideanPolygon
to the newly created classesFor ease of use and backward compatibility finite
EuclideanPoint
andEuclideanSegment
will behave as 2-dimensional vectors.The text was updated successfully, but these errors were encountered: