SiteEvent

class foronoi.events.site_event.SiteEvent(point: foronoi.graph.point.Point)

A site event.

Parameters

point (Point) – The point that causes the site event.

property xd

The x-coordinate (in Decimal format) of the point, which functions as the secondary priority of this event.

Returns

x

Return type

Decimal

property yd

The y-coordinate (in Decimal format) of the point, which functions as the primary priority of this event.

Returns

y

Return type

Decimal