C# Class Delaunay.Halfedge

Inheritance: Delaunay.Utils.IDisposable
Afficher le fichier Open project: ngarside/UnityDelaunay Class Usage Examples

Méthodes publiques

Свойство Type Description
edge Edge
edgeListLeftNeighbor Halfedge
leftRight LR
nextInPriorityQueue Halfedge
vertex Vertex
ystar float

Méthodes publiques

Méthode 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

Méthode Description
Init ( Edge edge, LR lr ) : Halfedge
IsLeftOf ( Vector2 p ) : bool

Method Details

Create() public static méthode

public static Create ( Edge edge, LR lr ) : Halfedge
edge Edge
lr LR
Résultat Halfedge

CreateDummy() public static méthode

public static CreateDummy ( ) : Halfedge
Résultat Halfedge

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Halfedge() public méthode

public Halfedge ( Type pce, Edge edge, LR lr ) : System
pce System.Type
edge Edge
lr LR
Résultat System

ReallyDispose() public méthode

public ReallyDispose ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

edge public_oe property

public Edge edge
Résultat Edge

edgeListLeftNeighbor public_oe property

public Halfedge,Delaunay edgeListLeftNeighbor
Résultat Halfedge

leftRight public_oe property

public LR,Delaunay leftRight
Résultat LR

nextInPriorityQueue public_oe property

public Halfedge,Delaunay nextInPriorityQueue
Résultat Halfedge

vertex public_oe property

public Vertex,Delaunay vertex
Résultat Vertex

ystar public_oe property

public float ystar
Résultat float