프로퍼티 | 타입 | 설명 | |
---|---|---|---|
EPSILON | float | ||
valid | bool |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
beachLine | RBTree |
||
cells | List |
||
circleEvents | RBTree |
||
edges | List |
메소드 | 설명 | |
---|---|---|
AddBeachSection ( Point site ) : void | ||
AttachCircleEvent ( BeachSection arc ) : void | ||
ClipEdge ( |
||
ClipEdges ( |
||
CloseCells ( |
||
Compute ( List |
||
ConnectEdge ( |
||
CreateBeachSection ( Point site ) : BeachSection | ||
CreateBorderEdge ( Point lSite, Point va, Point vb ) : |
||
CreateEdge ( Point lSite, Point rSite, Point va, Point vb ) : |
||
DetachBeachSection ( BeachSection beachSection ) : void | ||
DetachCircleEvent ( BeachSection arc ) : void | ||
FortuneVoronoi ( ) : System.Collections | ||
LeftBreakPoint ( BeachSection arc, float directrix ) : float | ||
RemoveBeachSection ( BeachSection beachSection ) : void | ||
Reset ( ) : void | ||
RightBreakPoint ( BeachSection arc, float directrix ) : float | ||
equalWithEpsilon ( float a, float b ) : bool | ||
greaterThanOrEqualWithEpsilon ( float a, float b ) : bool | ||
greaterThanWithEpsilon ( float a, float b ) : bool | ||
lessThanOrEqualWithEpsilon ( float a, float b ) : bool | ||
lessThanWithEpsilon ( float a, float b ) : bool |
public AttachCircleEvent ( BeachSection arc ) : void | ||
arc | BeachSection | |
리턴 | void |
public ClipEdge ( |
||
edge | ||
bbox | ||
리턴 | bool |
public Compute ( List |
||
sites | List |
|
bbox | ||
리턴 | VoronoiGraph |
public ConnectEdge ( |
||
edge | ||
bbox | ||
리턴 | bool |
public CreateBeachSection ( Point site ) : BeachSection | ||
site | Point | |
리턴 | BeachSection |
public CreateBorderEdge ( Point lSite, Point va, Point vb ) : |
||
lSite | Point | |
va | Point | |
vb | Point | |
리턴 |
public CreateEdge ( Point lSite, Point rSite, Point va, Point vb ) : |
||
lSite | Point | |
rSite | Point | |
va | Point | |
vb | Point | |
리턴 |
public DetachBeachSection ( BeachSection beachSection ) : void | ||
beachSection | BeachSection | |
리턴 | void |
public DetachCircleEvent ( BeachSection arc ) : void | ||
arc | BeachSection | |
리턴 | void |
public LeftBreakPoint ( BeachSection arc, float directrix ) : float | ||
arc | BeachSection | |
directrix | float | |
리턴 | float |
public RemoveBeachSection ( BeachSection beachSection ) : void | ||
beachSection | BeachSection | |
리턴 | void |
public RightBreakPoint ( BeachSection arc, float directrix ) : float | ||
arc | BeachSection | |
directrix | float | |
리턴 | float |
public equalWithEpsilon ( float a, float b ) : bool | ||
a | float | |
b | float | |
리턴 | bool |
public greaterThanOrEqualWithEpsilon ( float a, float b ) : bool | ||
a | float | |
b | float | |
리턴 | bool |
public greaterThanWithEpsilon ( float a, float b ) : bool | ||
a | float | |
b | float | |
리턴 | bool |
public lessThanOrEqualWithEpsilon ( float a, float b ) : bool | ||
a | float | |
b | float | |
리턴 | bool |
public lessThanWithEpsilon ( float a, float b ) : bool | ||
a | float | |
b | float | |
리턴 | bool |