Javadoc for package XXX

Packages 
Package Description
org.apache.commons.geometry.core
This package contains the core interfaces and classes for commons-geometry.
org.apache.commons.geometry.core.internal
This package contains utilities intended for internal use only.
org.apache.commons.geometry.core.partitioning
This package contains code related to partitioning of spaces by hyperplanes.
org.apache.commons.geometry.core.partitioning.bsp
This package contains classes related to Binary Space Partitioning (BSP) trees.
org.apache.commons.geometry.euclidean
This is the top-level package for Euclidean geometry components.
org.apache.commons.geometry.euclidean.internal
This package contains Euclidean geometry utilities and classes intended for internal use only.
org.apache.commons.geometry.euclidean.oned
This package provides basic 1D geometry components.
org.apache.commons.geometry.euclidean.threed
This package provides basic 3D geometry components.
org.apache.commons.geometry.euclidean.threed.line
This package provides classes and utilities for lines in 3D Euclidean space.
org.apache.commons.geometry.euclidean.threed.mesh
This package contains types representing 3D mesh data structures.
org.apache.commons.geometry.euclidean.threed.rotation
This package provides components related to rotations in 3 dimensional Euclidean space.
org.apache.commons.geometry.euclidean.threed.shape
This package provides utilities for constructing basic 3D shapes.
org.apache.commons.geometry.euclidean.twod
This package provides basic 2D geometry components.
org.apache.commons.geometry.euclidean.twod.path
This package provides classes for working with connected sequences of line segments and other line subsets.
org.apache.commons.geometry.euclidean.twod.rotation
This package provides components related to rotations in 2 dimensional Euclidean space.
org.apache.commons.geometry.euclidean.twod.shape
This package provides utilities for constructing basic 2D shapes.
org.apache.commons.geometry.io.core
This package contains the core interfaces and classes for commons-geometry IO functionality.
org.apache.commons.geometry.io.core.input
This package contains types representing input to IO operations.
org.apache.commons.geometry.io.core.internal
This package contains IO utilities intended for internal use only.
org.apache.commons.geometry.io.core.output
This package contains types representing output targets for IO operations.
org.apache.commons.geometry.io.core.utils
This package contains public IO utilities.
org.apache.commons.geometry.io.euclidean.threed
This package contains the core interfaces and classes providing IO functionality for Euclidean 3D space.
org.apache.commons.geometry.io.euclidean.threed.obj
This package contains types for reading and writing the OBJ geometric data file format.
org.apache.commons.geometry.io.euclidean.threed.stl
This package contains types for reading and writing the STL geometric data file format.
org.apache.commons.geometry.io.euclidean.threed.txt
This package contains types for working with simple text-based 3D geometric data formats, including CSV and simple text files.
org.apache.commons.geometry.spherical.oned
This package provides basic geometry components on the 1-sphere.
org.apache.commons.geometry.spherical.twod
This package provides basic geometry components on the 2-sphere.