| Package | Description |
|---|---|
| de.topobyte.lightgeom.convexhull |
| Modifier and Type | Class and Description |
|---|---|
class |
PointArray
|
| Modifier and Type | Method and Description |
|---|---|
static FloatArray |
FloatArray.with(float... array)
|
| Modifier and Type | Method and Description |
|---|---|
void |
FloatArray.addAll(FloatArray
|
void |
FloatArray.addAll(FloatArray
|
IntArray |
ConvexHull.computeIndices(FloatArray
|
PointArray |
ConvexHull.computePolygon(FloatArray
|
boolean |
FloatArray.removeAll(FloatArray
Removes from this array all of elements contained in the specified array.
|
| Constructor and Description | |
|---|---|
FloatArray(FloatArray
Creates a new array containing the elements in the specific array.
|