Package org.episteme.core.mathematics.structures
package org.episteme.core.mathematics.structures
-
ClassDescriptionKdTree<T extends KdTree.KdNode>Generic K-d Tree implementation for organizing points in a k-dimensional space.SpatialOctree<T extends SpatialOctree.SpatialObject>Generic Spatial Octree structure for high-performance spatial partitioning.SpatialOctree.Node<T extends SpatialOctree.SpatialObject>Represents a node in the Spatial Octree.Interface for objects that can be stored in a SpatialOctree.SpatialQuadtree<T extends SpatialQuadtree.SpatialObject2D>Generic Spatial Quadtree structure for high-performance 2D spatial partitioning.Represents a node in the Spatial Quadtree.Interface for objects that can be stored in a SpatialQuadtree.