Class DelaunayEdge
Represents a connection between two points in a Delaunay triangulation.
Inherited Members
Namespace: Paramdigma.Core.Spatial
Assembly: Paramdigma.Core.dll
Syntax
public class DelaunayEdge : Line2d
Constructors
| Improve this Doc View SourceDelaunayEdge(DelaunayPoint, DelaunayPoint)
Initializes a new instance of the DelaunayEdge class.
Declaration
public DelaunayEdge(DelaunayPoint startPoint, DelaunayPoint endPoint)
Parameters
Type | Name | Description |
---|---|---|
DelaunayPoint | startPoint | Start point. |
DelaunayPoint | endPoint | End point. |
Methods
| Improve this Doc View SourceEquals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj |
Returns
Type | Description |
---|---|
System.Boolean |
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |