Show / Hide Table of Contents

Class DelaunayTriangle

Inheritance
System.Object
DelaunayTriangle
Implements
System.Collections.Generic.IEnumerable<Vector2>
System.Collections.IEnumerable
Namespace: Sylves
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
Type Name Description
System.Int32 triangleIndex
Vector2 point1
Vector2 point2
Vector2 point3

Fields

Point1

Declaration
public Vector2 Point1
Field Value
Type Description
Vector2

Point2

Declaration
public Vector2 Point2
Field Value
Type Description
Vector2

Point3

Declaration
public Vector2 Point3
Field Value
Type Description
Vector2

TriangleIndex

Declaration
public int TriangleIndex
Field Value
Type Description
System.Int32

Properties

Centroid

Declaration
public Vector2 Centroid { get; }
Property Value
Type Description
Vector2

Circumcenter

Declaration
public Vector2 Circumcenter { get; }
Property Value
Type Description
Vector2

Methods

GetEnumerator()

Declaration
public IEnumerator<Vector2> GetEnumerator()
Returns
Type Description
System.Collections.Generic.IEnumerator<Vector2>

Implements

System.Collections.Generic.IEnumerable<>
System.Collections.IEnumerable
In This Article
Back to top Generated by DocFX