Method | Description | |
---|---|---|
Collapse ( ) : void |
Begins the collapse animation.
|
|
Create ( int count, double radius, bool uniform ) : |
Creates a triangulation of random data. For larger data sets it might be a good idea to separate the triangulation calculation from creating the visual so that the triangulation can be computed on a separate threat.
|
|
Expand ( ) : void |
Begins the expand animation.
|
|
ExpandRandom ( ) : void |
Begins the expand random animation.
|
|
Pulse ( ) : void |
Begins the pulse animation.
|
public static Create ( int count, double radius, bool uniform ) : |
||
count | int | Number of vertices to generate |
radius | double | Radius of the vertices |
uniform | bool | |
return |