C# 클래스 Delaunay.Site

상속: ICoord, IComparable
파일 보기 프로젝트 열기: ngarside/UnityDelaunay 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AddEdge void
Clear void
ClipToBounds List
CloseEnough bool
Compare float
Connect void
Connect void
Dist float
Init Site
Move void
NearestEdge Edge
NeighborSite Site
NeighborSites List
Region List
ReorderEdges void
SortSites void

공개 메소드들

메소드 설명
Coord ( ) : Vector2
Create ( Vector2 p, int index, float weight, uint color ) : Site
Dispose ( ) : void
Site ( Type pce, Vector2 p, int index, float weight, uint color ) : System
ToString ( ) : string

비공개 메소드들

메소드 설명
AddEdge ( Edge edge ) : void
Clear ( ) : void
ClipToBounds ( Rect bounds ) : List
CloseEnough ( Vector2 p0, Vector2 p1 ) : bool
Compare ( Site s1, Site s2 ) : float
Connect ( List Vector2s, int j, Rect bounds ) : void
Connect ( List Vector2s, int j, Rect bounds, bool closingUp ) : void
Dist ( ICoord p ) : float
Init ( Vector2 p, int index, float weight, uint color ) : Site
Move ( Vector2 p ) : void
NearestEdge ( ) : Edge
NeighborSite ( Edge edge ) : Site
NeighborSites ( ) : List
Region ( Rect clippingBounds ) : List
ReorderEdges ( ) : void
SortSites ( List sites ) : void

메소드 상세

Coord() 공개 메소드

public Coord ( ) : Vector2
리턴 Vector2

Create() 공개 정적인 메소드

public static Create ( Vector2 p, int index, float weight, uint color ) : Site
p Vector2
index int
weight float
color uint
리턴 Site

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Site() 공개 메소드

public Site ( Type pce, Vector2 p, int index, float weight, uint color ) : System
pce System.Type
p Vector2
index int
weight float
color uint
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string