Interface Triangulatable
- Assembly
- Alis.dll
The triangulatable interface
internal interface TriangulatableProperties
Points
Gets the value of the points
IList<TriangulationPoint> Points { get; }Property Value
Triangles
Gets the value of the triangles
IList<DelaunayTriangle> Triangles { get; }Property Value
TriangulationMode
Gets the value of the triangulation mode
TriangulationMode TriangulationMode { get; }Property Value
Methods
AddTriangle(DelaunayTriangle)
Adds the triangle using the specified t
void AddTriangle(DelaunayTriangle t)Parameters
tDelaunayTriangle-
The
AddTriangles(IEnumerable<DelaunayTriangle>)
Adds the triangles using the specified list
void AddTriangles(IEnumerable<DelaunayTriangle> list)Parameters
listIEnumerable<DelaunayTriangle>-
The list
ClearTriangles()
Clears the triangles
void ClearTriangles()PrepareTriangulation(TriangulationContext)
Prepares the triangulation using the specified tcx
void PrepareTriangulation(TriangulationContext tcx)Parameters
tcxTriangulationContext-
The tcx