C# 클래스 Voronoi.Surface

파일 보기 프로젝트 열기: jesta88/Unity-Voronoi

보호된 프로퍼티들

프로퍼티 타입 설명
points List

공개 메소드들

메소드 설명
AddPoints ( Point points ) : void
GetPoints ( ) : List
GetPonderation ( float distance, float min, float max ) : float

메소드 상세

AddPoints() 공개 메소드

public AddPoints ( Point points ) : void
points Point
리턴 void

GetPoints() 공개 메소드

public GetPoints ( ) : List
리턴 List

GetPonderation() 공개 메소드

public GetPonderation ( float distance, float min, float max ) : float
distance float
min float
max float
리턴 float

프로퍼티 상세

points 보호되어 있는 프로퍼티

protected List points
리턴 List