| Package | Description |
|---|---|
| net.returnvoid.graphics.grid |
A package with tools to create common grids.
|
| Modifier and Type | Method and Description |
|---|---|
static EquiSpiralGrid |
GridMaker.createEquiSpiral()
Creates a spiral grid.
|
static EquiSpiralGrid |
GridMaker.createEquiSpiral(float x,
float y)
Creates a spiral grid.
|
static EquiSpiralGrid |
GridMaker.createEquiSpiral(float x,
float y,
float radius)
Creates a spiral grid.
|
static EquiSpiralGrid |
GridMaker.createEquiSpiral(float x,
float y,
float radius,
float elementDistance)
Creates a spiral grid.
|
static EquiSpiralGrid |
GridMaker.createEquiSpiral(float x,
float y,
float radius,
float elementDistance,
float rotations)
Creates a spiral grid.
|
EquiSpiralGrid |
EquiSpiralGrid.setElementDistance(float elementDistance)
Sets the distance of each element to its neighbors of this grid.
|
EquiSpiralGrid |
EquiSpiralGrid.setEndRadius(float r)
Sets the radius where the spiral ends.
|
EquiSpiralGrid |
EquiSpiralGrid.setPadding(float padding)
Sets the padding (space between elements of the grid).
|
EquiSpiralGrid |
EquiSpiralGrid.setRotationDirection(int dir)
Sets the direction of the rotation.
|
EquiSpiralGrid |
EquiSpiralGrid.setRotations(float r)
Sets the number of rotations the spiral should make.
|
EquiSpiralGrid |
EquiSpiralGrid.setStartAngle(float a)
Set the position of the first element of the grid.
|
EquiSpiralGrid |
EquiSpiralGrid.setStartRadius(float r)
Sets the radius where the spiral starts.
|
EquiSpiralGrid |
EquiSpiralGrid.setX(float x) |
EquiSpiralGrid |
EquiSpiralGrid.setY(float y) |