úÎßö%      !"#$Safe 7dimension returns the number of coordinates of a point.0coord gets the k'th coordinate, starting from 0.6dist2 returns the squared distance between two points.>compareDistance p a b compares the distances of a and b to p.cfromListWithDepth selects an axis based on depth so that the axis cycles through all valid values.]subtrees t returns a list containing t and all its subtrees, including the empty leaf nodes.AnearestNeighbor tree p returns the nearest neighbor of p in tree.LnearNeighbors tree p returns all neighbors within distance r from p in tree.èisValid tells whether the K-D tree property holds for a given tree. Specifically, it tests that all points in the left subtree lie to the left of the plane, p is on the plane, and all points in the right subtree lie to the right.callSubtreesAreValid tells whether the K-D tree property holds for the given tree and all subtrees.IkNearestNeighbors tree k p returns the k closest points to p within tree.&remove t p removes the point p from t.      %       !"#$%&%KdTree-0.2.2.1-7i9CXRTb77wA4GYeeesCKLData.Trees.KdTreeKdTreeKdNodeKdEmptykdLeftkdPointkdRightkdAxisPoint3dp3xp3yp3zPoint dimensioncoorddist2compareDistancefromListfromListWithDepthtoListsubtreesnearestNeighbor nearNeighborsisValidallSubtreesAreValidkNearestNeighborsremove$fArbitraryPoint3d$fFoldableKdTree$fFunctorKdTree$fPointPoint3d $fEqPoint3d $fOrdPoint3d $fShowPoint3d $fEqKdTree $fOrdKdTree $fShowKdTree