Package | Description |
---|---|
icy.type.point |
Contains Point class definition up to 5D
|
icy.type.rectangle |
Contains Rectangle class definition up to 5D
|
Modifier and Type | Method and Description |
---|---|
static Point5D.Float[] |
Point5D.Float.toPoint5D(float[] input)
Create an array of Point5D.Float from the input float array.
|
Modifier and Type | Method and Description |
---|---|
static float[] |
Point5D.Float.toFloatArray(Point5D.Float[] input)
Create an array of float from the input Point5D.Float array.
|
Modifier and Type | Method and Description |
---|---|
Point5D.Float |
Rectangle5D.Float.getPosition() |