ITriangulationInputTrait Description [StaticTemplate] interface Tinman.Terrain.Util.Algorithm.ITriangulationInputTrait → <T out val> A type trait for input data for polygon triangulation. Public / Methods Equals [Pure] public method Equals → (2) a in : int32 The first vertex index. b in : int32 The second vertex index. returns → bool true if a in and b in refer to the same vertex, false if they do not. Checks whether two vertices are equal. Vertex [Pure] public method Vertex → (1) v in : int32 The vertex index. returns → T The vertex. Returns a vertex. Delaunay ITriangulationOutputTrait