Table of Contents

Interface Triangulatable

The triangulatable interface

internal interface Triangulatable

Properties

Points

Gets the value of the points

IList<TriangulationPoint> Points { get; }

Property Value

IList<TriangulationPoint>

Triangles

Gets the value of the triangles

IList<DelaunayTriangle> Triangles { get; }

Property Value

IList<DelaunayTriangle>

TriangulationMode

Gets the value of the triangulation mode

TriangulationMode TriangulationMode { get; }

Property Value

TriangulationMode

Methods

AddTriangle(DelaunayTriangle)

Adds the triangle using the specified t

void AddTriangle(DelaunayTriangle t)

Parameters

t DelaunayTriangle

The

AddTriangles(IEnumerable<DelaunayTriangle>)

Adds the triangles using the specified list

void AddTriangles(IEnumerable<DelaunayTriangle> list)

Parameters

list IEnumerable<DelaunayTriangle>

The list

ClearTriangles()

Clears the triangles

void ClearTriangles()

PrepareTriangulation(TriangulationContext)

Prepares the triangulation using the specified tcx

void PrepareTriangulation(TriangulationContext tcx)

Parameters

tcx TriangulationContext

The tcx