Table of Contents

Class PolygonPoint

The polygon point class

internal class PolygonPoint : TriangulationPoint

Inheritance

Inherited Members

Constructors

PolygonPoint(double, double)

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

public PolygonPoint(double x, double y)

Parameters

x double

The

y double

The

Properties

Next

Gets or sets the value of the next

public PolygonPoint Next { get; set; }

Property Value

PolygonPoint

Previous

Gets or sets the value of the previous

public PolygonPoint Previous { get; set; }

Property Value

PolygonPoint

See Also