Class DelaunayTriangle
Inheritance
System.Object
DelaunayTriangle
Implements
System.Collections.Generic.IEnumerable<
Vector2>
System.Collections.IEnumerable
Assembly: Sylves.dll
Syntax
public sealed class DelaunayTriangle : ValueType
Constructors
DelaunayTriangle(Int32, Vector2, Vector2, Vector2)
Declaration
public DelaunayTriangle(int triangleIndex, Vector2 point1, Vector2 point2, Vector2 point3)
Parameters
Fields
Point1
Declaration
Field Value
Point2
Declaration
Field Value
Point3
Declaration
Field Value
TriangleIndex
Declaration
Field Value
Type |
Description |
System.Int32 |
|
Properties
Centroid
Declaration
public Vector2 Centroid { get; }
Property Value
Circumcenter
Declaration
public Vector2 Circumcenter { get; }
Property Value
Methods
GetEnumerator()
Declaration
public IEnumerator<Vector2> GetEnumerator()
Returns
Type |
Description |
System.Collections.Generic.IEnumerator<Vector2> |
|
Implements
System.Collections.Generic.IEnumerable<>
System.Collections.IEnumerable