Interface Triangulatable
- Assembly
- Alis.dll
The triangulatable interface
internal interface Triangulatable
Properties
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
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