The edge attached to a Voronoi Cell.

Variables

angle:Float

The perpendicular angle to the edge segment pointing in the direction of either neighboring Cell of the border.

edge:Edge

The Edge this half-edge is attached to.

point:Point

The seed Point of the Cell this edge is attached to.

Methods

inlinegetEndpoint():Null<Point>

Returns the end point of the edge segment.

inlinegetStartpoint():Null<Point>

Returns the starting point of the edge segment.

inlinegetTarget():Null<Cell>

Returns the neighboring Cell of this half-edge or null if it's a border edge.