C# Class Delaunay.Halfedge

Inheritance: Delaunay.Utils.IDisposable
ファイルを表示 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_oe property

public Edge edge
return Edge

edgeListLeftNeighbor public_oe property

public Halfedge,Delaunay edgeListLeftNeighbor
return Halfedge

leftRight public_oe property

public LR,Delaunay leftRight
return LR

nextInPriorityQueue public_oe property

public Halfedge,Delaunay nextInPriorityQueue
return Halfedge

vertex public_oe property

public Vertex,Delaunay vertex
return Vertex

ystar public_oe property

public float ystar
return float