Edge

class Edge(val index: Int, val p: Delaunator.IPoint, val q: Delaunator.IPoint) : Delaunator.IEdge

Constructors

Link copied to clipboard
constructor(index: Int, p: Delaunator.IPoint, q: Delaunator.IPoint)

Properties

Link copied to clipboard
open override val index: Int
Link copied to clipboard
open override val p: Delaunator.IPoint
Link copied to clipboard
open override val q: Delaunator.IPoint