C# 클래스 Voronoi.Algorithms.BowyerWatsonGenerator

Helper class for generating a Voronoi Diagram using the Bowyer Watson algorithm
파일 보기 프로젝트 열기: TobieD/City-Generator 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_cellEdgePoints List

공개 메소드들

메소드 설명
DelaunayTriangulation ( IList points ) : List

Create Delaunay Triangulation of a given list of points

GetVoronoi ( List points ) : VoronoiDiagram

비공개 메소드들

메소드 설명
CreateVoronoiCells ( List lines ) : List

Create a voronoi diagram in cell format

CreateVoronoiLines ( List triangles ) : List

Create voronoi diagram in lines

메소드 상세

DelaunayTriangulation() 공개 메소드

Create Delaunay Triangulation of a given list of points
public DelaunayTriangulation ( IList points ) : List
points IList
리턴 List

GetVoronoi() 공개 메소드

public GetVoronoi ( List points ) : VoronoiDiagram
points List
리턴 VoronoiDiagram

프로퍼티 상세

_cellEdgePoints 공개적으로 프로퍼티

all points that will make cells
public List _cellEdgePoints
리턴 List