Interface KdTree.KdNode
- Enclosing class:
KdTree<T extends KdTree.KdNode>
public static interface KdTree.KdNode
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Method Summary
-
Method Details
-
getCoordinate
double getCoordinate(int dimension) -
getDimensionCount
int getDimensionCount()
-