C# 클래스 Voronoi.VoronoiDiagram

Stores all results of a voronoi Diagram
파일 보기 프로젝트 열기: TobieD/City-Generator 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Bounds Rectangle
HalfEdges List
SiteCellPoints Cell>.Dictionary
Sites List
Triangulation List
VoronoiCells List

공개 메소드들

메소드 설명
Clear ( ) : void
FinishVoronoi ( ) : void
RefreshVoronoi ( ) : void
VoronoiDiagram ( ) : System

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

FinishVoronoi() 공개 메소드

public FinishVoronoi ( ) : void
리턴 void

RefreshVoronoi() 공개 메소드

public RefreshVoronoi ( ) : void
리턴 void

VoronoiDiagram() 공개 메소드

public VoronoiDiagram ( ) : System
리턴 System

프로퍼티 상세

Bounds 공개적으로 프로퍼티

public Rectangle,Voronoi Bounds
리턴 Rectangle

HalfEdges 공개적으로 프로퍼티

public List HalfEdges
리턴 List

SiteCellPoints 공개적으로 프로퍼티

public Dictionary SiteCellPoints
리턴 Cell>.Dictionary

Sites 공개적으로 프로퍼티

public List Sites
리턴 List

Triangulation 공개적으로 프로퍼티

public List Triangulation
리턴 List

VoronoiCells 공개적으로 프로퍼티

public List VoronoiCells
리턴 List