|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmaspack.geometry.KDTree<Point3d>
maspack.geometry.KDTree3d
public class KDTree3d
KD-Tree based on Point3d
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 |
---|
public KDTree3d(java.util.List<Point3d> pnts)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |