C# 클래스 CubbyLand.DelaunayEdge

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

공개 프로퍼티들

프로퍼티 타입 설명
d0 CubbyLand.Center
index int
midPoint CubbyLand.Point
river int
v0 CubbyLand.Corner

공개 메소드들

메소드 설명
SetVoronoi ( CubbyLand.Corner v0, CubbyLand.Corner v1 ) : void

메소드 상세

SetVoronoi() 공개 메소드

public SetVoronoi ( CubbyLand.Corner v0, CubbyLand.Corner v1 ) : void
v0 CubbyLand.Corner
v1 CubbyLand.Corner
리턴 void

프로퍼티 상세

d0 공개적으로 프로퍼티

public Center,CubbyLand d0
리턴 CubbyLand.Center

index 공개적으로 프로퍼티

public int index
리턴 int

midPoint 공개적으로 프로퍼티

public Point,CubbyLand midPoint
리턴 CubbyLand.Point

river 공개적으로 프로퍼티

public int river
리턴 int

v0 공개적으로 프로퍼티

public Corner,CubbyLand v0
리턴 CubbyLand.Corner