Triangulation |
public class TriangulationPoint
The TriangulationPoint type exposes the following members.
| Name | Description | |
|---|---|---|
| TriangulationPoint | Initializes a new instance of the TriangulationPoint class. |
| Name | Description | |
|---|---|---|
| Edges | Gets the constrained edges for which this point is the upper endpoint. | |
| HasEdges | Gets a value indicating whether this point is associated with constrained edges. | |
| Xf | Gets or sets the x-coordinate as a Single. | |
| Yf | Gets or sets the y-coordinate as a Single. |
| Name | Description | |
|---|---|---|
| AddEdge | Adds a constrained edge to this point. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString |
Returns a string representation of this point.
(Overrides ObjectToString) |
| Name | Description | |
|---|---|---|
| X | The x- and y-coordinates of the point. | |
| Y | The x- and y-coordinates of the point. |