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

    Modifier and Type
    Method
    Description
    double
    getCoordinate(int dimension)
     
    int
     
  • Method Details

    • getCoordinate

      double getCoordinate(int dimension)
    • getDimensionCount

      int getDimensionCount()