maspack.geometry
Class KDTree3d

java.lang.Object
  extended by maspack.geometry.KDTree<Point3d>
      extended by maspack.geometry.KDTree3d

public class KDTree3d
extends KDTree<Point3d>

KD-Tree based on Point3d

Author:
Antonio

Nested Class Summary
 
Nested classes/interfaces inherited from class maspack.geometry.KDTree
KDTree.KDNode<T>
 
Constructor Summary
KDTree3d(java.util.List<Point3d> pnts)
          Default constructor starting with a supplied list of points
 
Method Summary
 
Methods inherited from class maspack.geometry.KDTree
contains, nearestNeighbourSearch
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KDTree3d

public KDTree3d(java.util.List<Point3d> pnts)
Default constructor starting with a supplied list of points