XVertex

data class XVertex(val pos: Vector2)(source)

Vertex of an arrangement, which represents an intersection (X) between two shapes.

Constructors

Link copied to clipboard
constructor(pos: Vector2)

Properties

Link copied to clipboard

The half-edges entering this vertex

Link copied to clipboard

The half-edges leaving this vertex

Link copied to clipboard
val pos: Vector2