Uses of Class
com.irurueta.geometry.KDTree.BoxNode
Packages that use KDTree.BoxNode
Package
Description
This package contains classes to work with basic geometric entities such as
2D or 3D points, lines, planes, 2D or 3D triangles or polygons, circles,
spheres, rotations, transformations etc.
-
Uses of KDTree.BoxNode in com.irurueta.geometry
Fields in com.irurueta.geometry declared as KDTree.BoxNodeModifier and TypeFieldDescriptionprotected KDTree.BoxNode<P>[]KDTree.boxesArray of boxes stored in this tree as its nodes.Methods in com.irurueta.geometry that return KDTree.BoxNodeModifier and TypeMethodDescriptionGets smallest box containing provided point in the input list of points.