Adds a point to the existing triangulation.
Namespace:
ceometric.ComputationalGeometry
Assembly:
ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
| C# |
|---|
public bool AddPointToCurrentTriangulation(
Point vertexToInsert
) |
| Visual Basic (Declaration) |
|---|
Public Function AddPointToCurrentTriangulation ( _
vertexToInsert As Point _
) As Boolean |
| Visual C++ |
|---|
public:
bool AddPointToCurrentTriangulation(
Point^ vertexToInsert
) |
Return Value
Returns true if the vertex could be inserted into the existing triangulation, false otherwise.
Remarks
Exceptions
See Also