C# Class Delaunay.Halfedge

Inheritance: Delaunay.Utils.IDisposable
Show file Open project: ngarside/UnityDelaunay Class Usage Examples

Public Properties

Property Type Description
edge Edge
edgeListLeftNeighbor Halfedge
leftRight LR
nextInPriorityQueue Halfedge
vertex Vertex
ystar float

Public Methods

Method Description
Create ( Edge edge, LR lr ) : Halfedge
CreateDummy ( ) : Halfedge
Dispose ( ) : void
Halfedge ( Type pce, Edge edge, LR lr ) : System
ReallyDispose ( ) : void
ToString ( ) : string

Private Methods

Method Description
Init ( Edge edge, LR lr ) : Halfedge
IsLeftOf ( Vector2 p ) : bool

Method Details

Create() public static method

public static Create ( Edge edge, LR lr ) : Halfedge
edge Edge
lr LR
return Halfedge

CreateDummy() public static method

public static CreateDummy ( ) : Halfedge
return Halfedge

Dispose() public method

public Dispose ( ) : void
return void

Halfedge() public method

public Halfedge ( Type pce, Edge edge, LR lr ) : System
pce System.Type
edge Edge
lr LR
return System

ReallyDispose() public method

public ReallyDispose ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

Property Details

edge public property

public Edge edge
return Edge

edgeListLeftNeighbor public property

public Halfedge,Delaunay edgeListLeftNeighbor
return Halfedge

leftRight public property

public LR,Delaunay leftRight
return LR

nextInPriorityQueue public property

public Halfedge,Delaunay nextInPriorityQueue
return Halfedge

vertex public property

public Vertex,Delaunay vertex
return Vertex

ystar public property

public float ystar
return float