Triangulatable Interface |
public interface Triangulatable
The Triangulatable type exposes the following members.
| Name | Description | |
|---|---|---|
| Points | Gets the points that will be triangulated. | |
| Triangles | Gets the triangles produced by triangulation. | |
| TriangulationMode | Gets the triangulation mode used for this instance. |
| Name | Description | |
|---|---|---|
| AddTriangle | Adds a triangle to the triangulation result. | |
| AddTriangles | Adds multiple triangles to the triangulation result. | |
| ClearTriangles | Clears the currently stored triangulation result. | |
| Prepare | Prepares this instance for triangulation using the specified context. |