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)

in : int32

The first vertex index.

in : int32

The second vertex index.

returns → bool

true if in and in refer to the same vertex,
false if they do not.

Checks whether two vertices are equal.

Vertex


[Pure]
public method Vertex → (1)

in : int32

The vertex index.

returns → T

The vertex.

Returns a vertex.