C# 클래스 Delaunay.Node

파일 보기 프로젝트 열기: ngarside/UnityDelaunay 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
parent Node
pool List
treeSize int

공개 메소드들

메소드 설명
Node ( ) : System

메소드 상세

Node() 공개 메소드

public Node ( ) : System
리턴 System

프로퍼티 상세

parent 공개적으로 프로퍼티

public Node,Delaunay parent
리턴 Node

pool 공개적으로 정적으로 프로퍼티

public static List pool
리턴 List

treeSize 공개적으로 프로퍼티

public int treeSize
리턴 int