math.geom2d.point
Class KDTree2D.Node
java.lang.Object
math.geom2d.point.KDTree2D.Node
- Enclosing class:
- KDTree2D
public class KDTree2D.Node
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KDTree2D.Node
public KDTree2D.Node(Point2D point)
KDTree2D.Node
public KDTree2D.Node(Point2D point,
KDTree2D.Node left,
KDTree2D.Node right)
getPoint
public Point2D getPoint()
getLeftChild
public KDTree2D.Node getLeftChild()
getRightChild
public KDTree2D.Node getRightChild()
isLeaf
public boolean isLeaf()
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.