| Package | Description |
|---|---|
| de.topobyte.lightgeom.convexhull |
| Modifier and Type | Method and Description |
|---|---|
IntArray |
ConvexHull.computeIndices(float[] polygon, boolean sorted, boolean yDown)
|
IntArray |
ConvexHull.computeIndices(float[] points, int offset, int count, boolean sorted, boolean yDown)
Computes a hull the same as
ConvexHull but returns indices of the specified points.
|
IntArray |
ConvexHull.computeIndices(FloatArray
|
static IntArray |
IntArray.with(int... array)
|
| Modifier and Type | Method and Description |
|---|---|
void |
IntArray.addAll(IntArray
|
void |
IntArray.addAll(IntArray
|
boolean |
IntArray.removeAll(IntArray
Removes from this array all of elements contained in the specified array.
|
| Constructor and Description | |
|---|---|
IntArray(IntArray
Creates a new array containing the elements in the specific array.
|