surface_point

Initialize self. See help(type(self)) for accurate signature.

class flatsurf.graphical.surface_point.GraphicalSurfacePoint(surface_point, graphical_surface=None)[source]

Create a graphical segment from SurfacePoint.

If a graphical_surface is provided the point is created on the graphical surface. Otherwise, we create it on the default graphical surface.

plot(**options)[source]

Plot the point (which might involve drawing several dots).

The options are passed to point2d.

If no “zorder” option is provided then we set “zorder” to 50.

points()[source]

Return the list of points as RDF vectors.

surface_point()[source]

Return the underlying SurfacePoint.