Click or drag to resize

DelaunayTriangle Class

[Missing <summary> documentation for "T:Poly2Tri.DelaunayTriangle"]

Inheritance Hierarchy
SystemObject
  Poly2TriDelaunayTriangle

Namespace: Poly2Tri
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class DelaunayTriangle

The DelaunayTriangle type exposes the following members.

Constructors
 NameDescription
Public methodDelaunayTriangleInitializes a new instance of the DelaunayTriangle class
Top
Properties
 NameDescription
Public propertyIsInterior 
Top
Methods
 NameDescription
Public methodArea 
Public methodCentroid 
Public methodContains 
Public methodEdgeIndex Get the index of the neighbor that shares this edge (or -1 if it isn't shared)
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 methodGetConstrainedEdgeAcross 
Public methodGetConstrainedEdgeCCW 
Public methodGetConstrainedEdgeCW 
Public methodGetDelaunayEdgeAcross 
Public methodGetDelaunayEdgeCCW 
Public methodGetDelaunayEdgeCW 
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIndexCCWFrom 
Public methodIndexCWFrom 
Public methodIndexOf 
Public methodLegalize Legalize triangle by rotating clockwise around oPoint
Public methodMarkConstrainedEdge(DTSweepConstraint) 
Public methodMarkConstrainedEdge(Int32) 
Public methodMarkConstrainedEdge(TriangulationPoint, TriangulationPoint) Mark edge as constrained
Public methodMarkEdge(DelaunayTriangle) 
Public methodMarkEdge(ListDelaunayTriangle) 
Public methodMarkNeighbor Exhaustive search to update neighbor pointers
Public methodMarkNeighborEdges Finalize edge marking
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodNeighborAcrossFrom 
Public methodNeighborCCWFrom 
Public methodNeighborCWFrom 
Public methodOppositePoint 
Public methodPointCCWFrom 
Public methodPointCWFrom 
Public methodSetConstrainedEdgeAcross 
Public methodSetConstrainedEdgeCCW 
Public methodSetConstrainedEdgeCW 
Public methodSetDelaunayEdgeAcross 
Public methodSetDelaunayEdgeCCW 
Public methodSetDelaunayEdgeCW 
Public methodToString
(Overrides ObjectToString)
Top
Fields
See Also