Triangle

class Triangle(val points: List<Delaunator.IPoint>, val Index: Int) : Delaunator.ITriangle

Constructors

Link copied to clipboard
constructor(points: List<Delaunator.IPoint>, Index: Int)

Properties

Link copied to clipboard
open override val Index: Int
Link copied to clipboard
open override val points: List<Delaunator.IPoint>