C# Class Delaunay.Node

Show file 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 property

public Node,Delaunay parent
return Node

pool public static property

public static List pool
return List

treeSize public property

public int treeSize
return int