HE_Mesh2014
2.0.11
|
Public Member Functions | |
WB_KDEntry< T, V > | getEntry (final int i) |
double | getDistanceSquare (final int i) |
int | size () |
Protected Member Functions | |
QueryResult (final int capacity) | |
void | tryToAdd (final double dist, final WB_KDEntry< T, V > entry) |
Private Attributes | |
final WB_KDEntry< T, V >[] | entries |
final double[] | distSqs |
final int | capacity |
int | size |
<T> | |
<V> |
|
protected |
capacity |
double wblut.geom.WB_KDTree< T extends WB_Coord, V >.QueryResult< T extends WB_Coord, V >.getDistanceSquare | ( | final int | i | ) |
Gets the distance square.
i | the i |
WB_KDEntry<T, V> wblut.geom.WB_KDTree< T extends WB_Coord, V >.QueryResult< T extends WB_Coord, V >.getEntry | ( | final int | i | ) |
Gets the entry.
i | the i |
int wblut.geom.WB_KDTree< T extends WB_Coord, V >.QueryResult< T extends WB_Coord, V >.size | ( | ) |
Size.
|
protected |
dist | |
entry |
|
private |
The capacity.
|
private |
The dist sqs.
|
private |
The entries.
|
private |
The size.