Click or drag to resize

TriangulationPoint Class

Represents a point used in triangulation.
Inheritance Hierarchy
SystemObject
  Poly2TriTriangulationPoint
    Poly2TriPolygonPoint

Namespace: Poly2Tri
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public class TriangulationPoint

The TriangulationPoint type exposes the following members.

Constructors
 NameDescription
Public methodTriangulationPoint Initializes a new instance of the TriangulationPoint class.
Top
Properties
 NameDescription
Public propertyEdges Gets the constrained edges for which this point is the upper endpoint.
Public propertyHasEdges Gets a value indicating whether this point is associated with constrained edges.
Public propertyXf Gets or sets the x-coordinate as a Single.
Public propertyYf Gets or sets the y-coordinate as a Single.
Top
Methods
 NameDescription
Public methodAddEdge Adds a constrained edge to this point.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToString Returns a string representation of this point.
(Overrides ObjectToString)
Top
Fields
 NameDescription
Public fieldX The x- and y-coordinates of the point.
Public fieldY The x- and y-coordinates of the point.
Top
See Also