Uses of Class
algs32.kdtree.KdTree
Packages that use KdTree
-
Uses of KdTree in algs32.kdtree
Methods in algs32.kdtree with parameters of type KdTreeModifier and TypeMethodDescriptionprotected static boolean
protected static boolean
private static void
KdTree.insert5Points
(KdTree kdtree, double xoffset, double yoffset) protected static Point2D
private static void
NearestNeighborCorrectnessTest.printError
(int treeSize, PointSET brute, KdTree kdtree, Point2D p) private static void
RangeSearchCorrectnessTest.printError
(int treeSize, PointSET brute, KdTree kdtree, RectHV r)