Skip navigation links
A C D E G H I K R S T X Y Z 

A

add(KdPoint, DataType) - Method in class at.mjst.lib.java.geometry.collections.HashTreeKdMap
 
add(KdPoint, DataType) - Method in interface at.mjst.lib.java.geometry.collections.KdMap
Adds an item to the map.
assign(KdPoint) - Method in class at.mjst.lib.java.geometry.entities.KdPoint
 
at.mjst.lib.java.geometry.collections - package at.mjst.lib.java.geometry.collections
 
at.mjst.lib.java.geometry.defines - package at.mjst.lib.java.geometry.defines
 
at.mjst.lib.java.geometry.entities - package at.mjst.lib.java.geometry.entities
 
at.mjst.lib.java.math - package at.mjst.lib.java.math
 
Axis - Interface in at.mjst.lib.java.geometry.defines
Names the axes in (at most) 3-dimensional coordinate space.

C

clear() - Method in class at.mjst.lib.java.geometry.collections.HashTreeKdMap
 
clear() - Method in interface at.mjst.lib.java.geometry.collections.KdMap
Destroys all entries within this map by recreating nodes and indices.
containsKey(KdPoint) - Method in class at.mjst.lib.java.geometry.collections.HashTreeKdMap
 
containsKey(KdPoint) - Method in interface at.mjst.lib.java.geometry.collections.KdMap
Checks, if a specific KdPoint does exist.

D

DIMENSION_COUNT_GREATER_ZERO_REQUIRED - Static variable in interface at.mjst.lib.java.geometry.defines.ExceptionText
 

E

equals(Object) - Method in class at.mjst.lib.java.geometry.entities.KdPoint
Indicates whether some other KdPoint is "equal to" this one.
ExceptionText - Interface in at.mjst.lib.java.geometry.defines
Reusable exception texts...

G

get(KdPoint) - Method in class at.mjst.lib.java.geometry.collections.HashTreeKdMap
 
get(KdPoint) - Method in interface at.mjst.lib.java.geometry.collections.KdMap
Returns an object of Type DataType identified by key.
get(int) - Method in class at.mjst.lib.java.geometry.entities.KdPoint
 
getDimensionCount() - Method in class at.mjst.lib.java.geometry.entities.KdPoint
 
getSize() - Method in class at.mjst.lib.java.geometry.collections.HashTreeKdMap
 
getSize() - Method in interface at.mjst.lib.java.geometry.collections.KdMap
 

H

hashCode() - Method in class at.mjst.lib.java.geometry.entities.KdPoint
Returns a hash code value for the object.
HashTreeKdMap<DataType> - Class in at.mjst.lib.java.geometry.collections
Stores objects of type DataType identified by KdPoint KdPoint.

I

iterator() - Method in class at.mjst.lib.java.geometry.collections.HashTreeKdMap
Returns an iterator over elements of type DataType.

K

KdMap<DataType> - Interface in at.mjst.lib.java.geometry.collections
Stores objects of type DataType identified by KdPoint.
KdPoint - Class in at.mjst.lib.java.geometry.entities
k-dimensional Point.
KdPoint(int) - Constructor for class at.mjst.lib.java.geometry.entities.KdPoint
 
KdPoint(int[]) - Constructor for class at.mjst.lib.java.geometry.entities.KdPoint
 
KdPoint(KdPoint) - Constructor for class at.mjst.lib.java.geometry.entities.KdPoint
 
KdPoint.As2D - Class in at.mjst.lib.java.geometry.entities
Representation of a 2D-Point
KdPoint.As3D - Class in at.mjst.lib.java.geometry.entities
Representation of a 3D-Point

R

randInt(int, int) - Static method in class at.mjst.lib.java.math.Random
Returns a pseudo-random number between origin and bound, inclusive.
Random - Class in at.mjst.lib.java.math
Support methods for generating randomized data.
Random() - Constructor for class at.mjst.lib.java.math.Random
 

S

set(int, int) - Method in class at.mjst.lib.java.geometry.entities.KdPoint
 
setRandom(int, int) - Method in class at.mjst.lib.java.geometry.entities.KdPoint
Generates random coordinates for this point.

T

toString() - Method in class at.mjst.lib.java.geometry.entities.KdPoint
Returns a string representation of the object.

X

X - Static variable in interface at.mjst.lib.java.geometry.defines.Axis
 

Y

Y - Static variable in interface at.mjst.lib.java.geometry.defines.Axis
 

Z

Z - Static variable in interface at.mjst.lib.java.geometry.defines.Axis
 
A C D E G H I K R S T X Y Z 
Skip navigation links