C# Class Delaunay.Node

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

Public Properties

Property Type Description
parent Node
pool List
treeSize int

Public Methods

Method Description
Node ( ) : System

Method Details

Node() public method

public Node ( ) : System
return System

Property Details

parent public_oe property

public Node,Delaunay parent
return Node

pool public_oe static_oe property

public static List pool
return List

treeSize public_oe property

public int treeSize
return int