A  C  D  E  F  G  H  I  L  M  N  O  P  R  S  T  W 

A

add(float) - Method in class de .topobyte .lightgeom .convexhull . FloatArray
 
add(int) - Method in class de .topobyte .lightgeom .convexhull . IntArray
 
add(float, float) - Method in class de .topobyte .lightgeom .convexhull . PointArray
 
add(int) - Method in class de .topobyte .lightgeom .convexhull . ShortArray
Casts the specified value to short and adds it.
add(short) - Method in class de .topobyte .lightgeom .convexhull . ShortArray
 
addAll(FloatArray) - Method in class de .topobyte .lightgeom .convexhull . FloatArray
 
addAll(FloatArray, int, int) - Method in class de .topobyte .lightgeom .convexhull . FloatArray
 
addAll(float...) - Method in class de .topobyte .lightgeom .convexhull . FloatArray
 
addAll(float[], int, int) - Method in class de .topobyte .lightgeom .convexhull . FloatArray
 
addAll(IntArray) - Method in class de .topobyte .lightgeom .convexhull . IntArray
 
addAll(IntArray, int, int) - Method in class de .topobyte .lightgeom .convexhull . IntArray
 
addAll(int...) - Method in class de .topobyte .lightgeom .convexhull . IntArray
 
addAll(int[], int, int) - Method in class de .topobyte .lightgeom .convexhull . IntArray
 
addAll(ShortArray) - Method in class de .topobyte .lightgeom .convexhull . ShortArray
 
addAll(ShortArray, int, int) - Method in class de .topobyte .lightgeom .convexhull . ShortArray
 
addAll(short...) - Method in class de .topobyte .lightgeom .convexhull . ShortArray
 
addAll(short[], int, int) - Method in class de .topobyte .lightgeom .convexhull . ShortArray
 

C

clear() - Method in class de .topobyte .lightgeom .convexhull . FloatArray
 
clear() - Method in class de .topobyte .lightgeom .convexhull . IntArray
 
clear() - Method in class de .topobyte .lightgeom .convexhull . ShortArray
 
computeIndices(FloatArray, boolean, boolean) - Method in class de .topobyte .lightgeom .convexhull . ConvexHull
 
computeIndices(float[], boolean, boolean) - Method in class de .topobyte .lightgeom .convexhull . ConvexHull
 
computeIndices(float[], int, int, boolean, boolean) - Method in class de .topobyte .lightgeom .convexhull . ConvexHull
Computes a hull the same as ConvexHull.computePolygon(float[], int, int, boolean) but returns indices of the specified points.
computePolygon(List<Point>) - Method in class de .topobyte .lightgeom .convexhull . ConvexHull
 
computePolygon(FloatArray, boolean) - Method in class de .topobyte .lightgeom .convexhull . ConvexHull
 
computePolygon(float[], boolean) - Method in class de .topobyte .lightgeom .convexhull . ConvexHull
 
computePolygon(float[], int, int, boolean) - Method in class de .topobyte .lightgeom .convexhull . ConvexHull
Returns the convex hull polygon for the given point cloud.
contains(float) - Method in class de .topobyte .lightgeom .convexhull . FloatArray
 
contains(int) - Method in class de .topobyte .lightgeom .convexhull . IntArray
 
contains(short) - Method in class de .topobyte .lightgeom .convexhull . ShortArray
 
ConvexHull - Class in de.topobyte.lightgeom.convexhull
Computes the convex hull of a set of points using the monotone chain convex hull algorithm (aka Andrew's algorithm).
ConvexHull() - Constructor for class de .topobyte .lightgeom .convexhull . ConvexHull
 

D

de.topobyte.lightgeom.convexhull - package de.topobyte.lightgeom.convexhull
 

E

ensureCapacity(int) - Method in class de .topobyte .lightgeom .convexhull . FloatArray
Increases the size of the backing array to accommodate the specified number of additional items.
ensureCapacity(int) - Method in class de .topobyte .lightgeom .convexhull . IntArray
Increases the size of the backing array to accommodate the specified number of additional items.
ensureCapacity(int) - Method in class de .topobyte .lightgeom .convexhull . ShortArray
Increases the size of the backing array to accommodate the specified number of additional items.
equals(Object) - Method in class de .topobyte .lightgeom .convexhull . FloatArray
 
equals(Object, float) - Method in class de .topobyte .lightgeom .convexhull . FloatArray
 
equals(Object) - Method in class de .topobyte .lightgeom .convexhull . IntArray
 
equals(Object) - Method in class de .topobyte .lightgeom .convexhull . ShortArray
 

F

first() - Method in class de .topobyte .lightgeom .convexhull . FloatArray
Returns the first item.
first() - Method in class de .topobyte .lightgeom .convexhull . IntArray
Returns the first item.
first() - Method in class de .topobyte .lightgeom .convexhull . ShortArray
Returns the first item.
FloatArray - Class in de.topobyte.lightgeom.convexhull
A resizable, ordered or unordered float array.
FloatArray() - Constructor for class de .topobyte .lightgeom .convexhull . FloatArray
Creates an ordered array with a capacity of 16.
FloatArray(int) - Constructor for class de .topobyte .lightgeom .convexhull . FloatArray
Creates an ordered array with the specified capacity.
FloatArray(boolean, int) - Constructor for class de .topobyte .lightgeom .convexhull . FloatArray
 
FloatArray(FloatArray) - Constructor for class de .topobyte .lightgeom .convexhull . FloatArray
Creates a new array containing the elements in the specific array.
FloatArray(float[]) - Constructor for class de .topobyte .lightgeom .convexhull . FloatArray
Creates a new ordered array containing the elements in the specified array.
FloatArray(boolean, float[], int, int) - Constructor for class de .topobyte .lightgeom .convexhull . FloatArray
Creates a new array containing the elements in the specified array.

G

get(int) - Method in class de .topobyte .lightgeom .convexhull . FloatArray
 
get(int) - Method in class de .topobyte .lightgeom .convexhull . IntArray
 
get(int) - Method in class de .topobyte .lightgeom .convexhull . ShortArray
 
getX(int) - Method in class de .topobyte .lightgeom .convexhull . PointArray
 
getY(int) - Method in class de .topobyte .lightgeom .convexhull . PointArray
 

H

hashCode() - Method in class de .topobyte .lightgeom .convexhull . FloatArray
 
hashCode() - Method in class de .topobyte .lightgeom .convexhull . IntArray
 
hashCode() - Method in class de .topobyte .lightgeom .convexhull . ShortArray
 

I

incr(int, float) - Method in class de .topobyte .lightgeom .convexhull . FloatArray
 
incr(int, int) - Method in class de .topobyte .lightgeom .convexhull . IntArray
 
incr(int, short) - Method in class de .topobyte .lightgeom .convexhull . ShortArray
 
indexOf(float) - Method in class de .topobyte .lightgeom .convexhull . FloatArray
 
indexOf(int) - Method in class de .topobyte .lightgeom .convexhull . IntArray
 
indexOf(short) - Method in class de .topobyte .lightgeom .convexhull . ShortArray
 
insert(int, float) - Method in class de .topobyte .lightgeom .convexhull . FloatArray
 
insert(int, int) - Method in class de .topobyte .lightgeom .convexhull . IntArray
 
insert(int, short) - Method in class de .topobyte .lightgeom .convexhull . ShortArray
 
IntArray - Class in de.topobyte.lightgeom.convexhull
A resizable, ordered or unordered int array.
IntArray() - Constructor for class de .topobyte .lightgeom .convexhull . IntArray
Creates an ordered array with a capacity of 16.
IntArray(int) - Constructor for class de .topobyte .lightgeom .convexhull . IntArray
Creates an ordered array with the specified capacity.
IntArray(boolean, int) - Constructor for class de .topobyte .lightgeom .convexhull . IntArray
 
IntArray(IntArray) - Constructor for class de .topobyte .lightgeom .convexhull . IntArray
Creates a new array containing the elements in the specific array.
IntArray(int[]) - Constructor for class de .topobyte .lightgeom .convexhull . IntArray
Creates a new ordered array containing the elements in the specified array.
IntArray(boolean, int[], int, int) - Constructor for class de .topobyte .lightgeom .convexhull . IntArray
Creates a new array containing the elements in the specified array.
items - Variable in class de .topobyte .lightgeom .convexhull . FloatArray
 
items - Variable in class de .topobyte .lightgeom .convexhull . IntArray
 
items - Variable in class de .topobyte .lightgeom .convexhull . ShortArray
 

L

lastIndexOf(char) - Method in class de .topobyte .lightgeom .convexhull . FloatArray
 
lastIndexOf(int) - Method in class de .topobyte .lightgeom .convexhull . IntArray
 
lastIndexOf(char) - Method in class de .topobyte .lightgeom .convexhull . ShortArray
 

M

mul(int, float) - Method in class de .topobyte .lightgeom .convexhull . FloatArray
 
mul(int, int) - Method in class de .topobyte .lightgeom .convexhull . IntArray
 
mul(int, short) - Method in class de .topobyte .lightgeom .convexhull . ShortArray
 

N

numPoints() - Method in class de .topobyte .lightgeom .convexhull . PointArray
 

O

ordered - Variable in class de .topobyte .lightgeom .convexhull . FloatArray
 
ordered - Variable in class de .topobyte .lightgeom .convexhull . IntArray
 
ordered - Variable in class de .topobyte .lightgeom .convexhull . ShortArray
 

P

peek() - Method in class de .topobyte .lightgeom .convexhull . FloatArray
Returns the last item.
peek() - Method in class de .topobyte .lightgeom .convexhull . IntArray
Returns the last item.
peek() - Method in class de .topobyte .lightgeom .convexhull . ShortArray
Returns the last item.
PointArray - Class in de.topobyte.lightgeom.convexhull
 
PointArray() - Constructor for class de .topobyte .lightgeom .convexhull . PointArray
 
pop() - Method in class de .topobyte .lightgeom .convexhull . FloatArray
Removes and returns the last item.
pop() - Method in class de .topobyte .lightgeom .convexhull . IntArray
Removes and returns the last item.
pop() - Method in class de .topobyte .lightgeom .convexhull . ShortArray
Removes and returns the last item.

R

removeAll(FloatArray) - Method in class de .topobyte .lightgeom .convexhull . FloatArray
Removes from this array all of elements contained in the specified array.
removeAll(IntArray) - Method in class de .topobyte .lightgeom .convexhull . IntArray
Removes from this array all of elements contained in the specified array.
removeAll(ShortArray) - Method in class de .topobyte .lightgeom .convexhull . ShortArray
Removes from this array all of elements contained in the specified array.
removeIndex(int) - Method in class de .topobyte .lightgeom .convexhull . FloatArray
Removes and returns the item at the specified index.
removeIndex(int) - Method in class de .topobyte .lightgeom .convexhull . IntArray
Removes and returns the item at the specified index.
removeIndex(int) - Method in class de .topobyte .lightgeom .convexhull . ShortArray
Removes and returns the item at the specified index.
removeRange(int, int) - Method in class de .topobyte .lightgeom .convexhull . FloatArray
Removes the items between the specified indices, inclusive.
removeRange(int, int) - Method in class de .topobyte .lightgeom .convexhull . IntArray
Removes the items between the specified indices, inclusive.
removeRange(int, int) - Method in class de .topobyte .lightgeom .convexhull . ShortArray
Removes the items between the specified indices, inclusive.
removeValue(float) - Method in class de .topobyte .lightgeom .convexhull . FloatArray
 
removeValue(int) - Method in class de .topobyte .lightgeom .convexhull . IntArray
 
removeValue(short) - Method in class de .topobyte .lightgeom .convexhull . ShortArray
 
resize(int) - Method in class de .topobyte .lightgeom .convexhull . FloatArray
 
resize(int) - Method in class de .topobyte .lightgeom .convexhull . IntArray
 
resize(int) - Method in class de .topobyte .lightgeom .convexhull . ShortArray
 
reverse() - Method in class de .topobyte .lightgeom .convexhull . FloatArray
 
reverse() - Method in class de .topobyte .lightgeom .convexhull . IntArray
 
reverse() - Method in class de .topobyte .lightgeom .convexhull . ShortArray
 

S

set(int, float) - Method in class de .topobyte .lightgeom .convexhull . FloatArray
 
set(int, int) - Method in class de .topobyte .lightgeom .convexhull . IntArray
 
set(int, short) - Method in class de .topobyte .lightgeom .convexhull . ShortArray
 
setSize(int) - Method in class de .topobyte .lightgeom .convexhull . FloatArray
Sets the array size, leaving any values beyond the current size undefined.
setSize(int) - Method in class de .topobyte .lightgeom .convexhull . IntArray
Sets the array size, leaving any values beyond the current size undefined.
setSize(int) - Method in class de .topobyte .lightgeom .convexhull . ShortArray
Sets the array size, leaving any values beyond the current size undefined.
ShortArray - Class in de.topobyte.lightgeom.convexhull
A resizable, ordered or unordered short array.
ShortArray() - Constructor for class de .topobyte .lightgeom .convexhull . ShortArray
Creates an ordered array with a capacity of 16.
ShortArray(int) - Constructor for class de .topobyte .lightgeom .convexhull . ShortArray
Creates an ordered array with the specified capacity.
ShortArray(boolean, int) - Constructor for class de .topobyte .lightgeom .convexhull . ShortArray
 
ShortArray(ShortArray) - Constructor for class de .topobyte .lightgeom .convexhull . ShortArray
Creates a new array containing the elements in the specific array.
ShortArray(short[]) - Constructor for class de .topobyte .lightgeom .convexhull . ShortArray
Creates a new ordered array containing the elements in the specified array.
ShortArray(boolean, short[], int, int) - Constructor for class de .topobyte .lightgeom .convexhull . ShortArray
Creates a new array containing the elements in the specified array.
shrink() - Method in class de .topobyte .lightgeom .convexhull . FloatArray
Reduces the size of the backing array to the size of the actual items.
shrink() - Method in class de .topobyte .lightgeom .convexhull . IntArray
Reduces the size of the backing array to the size of the actual items.
shrink() - Method in class de .topobyte .lightgeom .convexhull . ShortArray
Reduces the size of the backing array to the size of the actual items.
size - Variable in class de .topobyte .lightgeom .convexhull . FloatArray
 
size - Variable in class de .topobyte .lightgeom .convexhull . IntArray
 
size - Variable in class de .topobyte .lightgeom .convexhull . ShortArray
 
sort() - Method in class de .topobyte .lightgeom .convexhull . FloatArray
 
sort() - Method in class de .topobyte .lightgeom .convexhull . IntArray
 
sort() - Method in class de .topobyte .lightgeom .convexhull . ShortArray
 
swap(int, int) - Method in class de .topobyte .lightgeom .convexhull . FloatArray
 
swap(int, int) - Method in class de .topobyte .lightgeom .convexhull . IntArray
 
swap(int, int) - Method in class de .topobyte .lightgeom .convexhull . ShortArray
 

T

toArray() - Method in class de .topobyte .lightgeom .convexhull . FloatArray
 
toArray() - Method in class de .topobyte .lightgeom .convexhull . IntArray
 
toArray() - Method in class de .topobyte .lightgeom .convexhull . ShortArray
 
toString() - Method in class de .topobyte .lightgeom .convexhull . FloatArray
 
toString(String) - Method in class de .topobyte .lightgeom .convexhull . FloatArray
 
toString() - Method in class de .topobyte .lightgeom .convexhull . IntArray
 
toString(String) - Method in class de .topobyte .lightgeom .convexhull . IntArray
 
toString() - Method in class de .topobyte .lightgeom .convexhull . ShortArray
 
toString(String) - Method in class de .topobyte .lightgeom .convexhull . ShortArray
 
truncate(int) - Method in class de .topobyte .lightgeom .convexhull . FloatArray
Reduces the size of the array to the specified size.
truncate(int) - Method in class de .topobyte .lightgeom .convexhull . IntArray
Reduces the size of the array to the specified size.
truncate(int) - Method in class de .topobyte .lightgeom .convexhull . ShortArray
Reduces the size of the array to the specified size.

W

with(float...) - Static method in class de .topobyte .lightgeom .convexhull . FloatArray
 
with(int...) - Static method in class de .topobyte .lightgeom .convexhull . IntArray
 
with(short...) - Static method in class de .topobyte .lightgeom .convexhull . ShortArray
 
A  C  D  E  F  G  H  I  L  M  N  O  P  R  S  T  W