C# 클래스 Voronoi.Cell

A cell has an infinite amount of points that are all connected to eachother
파일 보기 프로젝트 열기: jesta88/Unity-Voronoi 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
closeMe bool
halfEdges List
site Point

공개 메소드들

메소드 설명
Cell ( Point site ) : System
GetBounds ( ) : Bounds
GetNeighborIds ( ) : List
Init ( Point site ) : Cell
PointIntersection ( float x, float y ) : int
Prepare ( ) : int

메소드 상세

Cell() 공개 메소드

public Cell ( Point site ) : System
site Point
리턴 System

GetBounds() 공개 메소드

public GetBounds ( ) : Bounds
리턴 Bounds

GetNeighborIds() 공개 메소드

public GetNeighborIds ( ) : List
리턴 List

Init() 공개 메소드

public Init ( Point site ) : Cell
site Point
리턴 Cell

PointIntersection() 공개 메소드

public PointIntersection ( float x, float y ) : int
x float
y float
리턴 int

Prepare() 공개 메소드

public Prepare ( ) : int
리턴 int

프로퍼티 상세

closeMe 공개적으로 프로퍼티

public bool closeMe
리턴 bool

halfEdges 공개적으로 프로퍼티

public List halfEdges
리턴 List

site 공개적으로 프로퍼티

public Point site
리턴 Point