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