C# Class Delaunay.Vertex

Inheritance: ICoord
ファイルを表示 Open project: ngarside/UnityDelaunay Class Usage Examples

Public Methods

Method 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

Method Description
Create ( float x, float y ) : Vertex
Init ( float x, float y ) : Vertex

Method Details

Coord() public method

public Coord ( ) : Vector2
return Vector2

Dispose() public method

public Dispose ( ) : void
return void

Intersect() public static method

public static Intersect ( Halfedge halfedge0, Halfedge halfedge1 ) : Vertex
halfedge0 Halfedge
halfedge1 Halfedge
return Vertex

SetIndex() public method

public SetIndex ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

Vertex() public method

public Vertex ( Type pce, float x, float y ) : System
pce System.Type
x float
y float
return System