| 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 Point4D.Double[] |
Point4D.Double.toPoint4D(double[] input)
Create an array of Point4D.Double from the input double array.
|
| Modifier and Type | Method and Description |
|---|---|
static double[] |
Point4D.Double.toDoubleArray(Point4D.Double[] input)
Create an array of double from the input Point4D.Double array.
|
| Modifier and Type | Method and Description |
|---|---|
Point4D.Double |
Rectangle4D.Double.getPosition() |