Property | Type | Description | |
---|---|---|---|
DisplayRectangle |
Method | Description | |
---|---|---|
Draw ( ) : void |
Draws this instance.
|
|
HypercubeDisplay ( |
Initializes a new instance of the HypercubeDisplay class.
|
|
Set ( float x, float y ) : void |
Sets the rectangle to the x, y specified.
|
|
SetLayerDepth ( float layerDepth ) : void |
Sets the layer depth.
|
|
Update ( ) : void |
Updates this instance.
|
public HypercubeDisplay ( |
||
displayRectangle | The display rectangle. | |
hypercubeCount | int | The number of hypercubes. |
random | The PRNG. | |
layerDepth | float | The layer depth. |
return | System |
public Set ( float x, float y ) : void | ||
x | float | The x. |
y | float | The y. |
return | void |
public SetLayerDepth ( float layerDepth ) : void | ||
layerDepth | float | The layer depth. |
return | void |