Table of Contents

Class TriangulationPoint

The triangulation point class

internal class TriangulationPoint

Inheritance

Derived

Inherited Members

Constructors

TriangulationPoint(double, double)

Initializes a new instance of the Alis.Core.Physic.Common.Decomposition.CDT.TriangulationPoint class

public TriangulationPoint(double x, double y)

Parameters

x double

The

y double

The

Fields

X

The

public double X

Field Value

double

Y

The

public double Y

Field Value

double

Properties

Edges

Gets or sets the value of the edges

public List<DtSweepConstraint> Edges { get; private set; }

Property Value

List<DtSweepConstraint>

HasEdges

Gets the value of the has edges

public bool HasEdges { get; }

Property Value

bool

Xf

Gets or sets the value of the xf

public float Xf { get; set; }

Property Value

float

Yf

Gets or sets the value of the yf

public float Yf { get; set; }

Property Value

float

Methods

AddEdge(DtSweepConstraint)

Adds the edge using the specified e

public void AddEdge(DtSweepConstraint e)

Parameters

e DtSweepConstraint

The

ToString()

Returns the string

public override string ToString()

Returns

string

The string