C# Class Delaunay.Vertex

Inheritance: ICoord
Afficher le fichier Open project: ngarside/UnityDelaunay Class Usage Examples

Méthodes publiques

Méthode Description
Coord ( ) : Vector2
Dispose ( ) : void
Intersect ( Halfedge halfedge0, Halfedge halfedge1 ) : Vertex
SetIndex ( ) : void
ToString ( ) : string
Vertex ( Type pce, float x, float y ) : System

Private Methods

Méthode Description
Create ( float x, float y ) : Vertex
Init ( float x, float y ) : Vertex

Method Details

Coord() public méthode

public Coord ( ) : Vector2
Résultat Vector2

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Intersect() public static méthode

public static Intersect ( Halfedge halfedge0, Halfedge halfedge1 ) : Vertex
halfedge0 Halfedge
halfedge1 Halfedge
Résultat Vertex

SetIndex() public méthode

public SetIndex ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Vertex() public méthode

public Vertex ( Type pce, float x, float y ) : System
pce System.Type
x float
y float
Résultat System