Uses of Package
org.apache.commons.math3.geometry
-
Packages that use org.apache.commons.math3.geometry Package Description org.apache.commons.math3.geometry This package is the top level package for geometry.org.apache.commons.math3.geometry.enclosing This package provides interfaces and classes related to the smallest enclosing ball problem.org.apache.commons.math3.geometry.euclidean.oned This package provides basic 1D geometry components.org.apache.commons.math3.geometry.euclidean.threed This package provides basic 3D geometry components.org.apache.commons.math3.geometry.euclidean.twod This package provides basic 2D geometry components.org.apache.commons.math3.geometry.hull This package provides interfaces and classes related to the convex hull problem.org.apache.commons.math3.geometry.partitioning This package provides classes to implement Binary Space Partition trees.org.apache.commons.math3.geometry.spherical.oned This package provides basic geometry components on the 1-sphere.org.apache.commons.math3.geometry.spherical.twod This package provides basic geometry components on the 2-sphere. -
Classes in org.apache.commons.math3.geometry used by org.apache.commons.math3.geometry Class Description Point This interface represents a generic geometrical point.Space This interface represents a generic space, with affine and vectorial counterparts.Vector This interface represents a generic vector in a vectorial space or a point in an affine space. -
Classes in org.apache.commons.math3.geometry used by org.apache.commons.math3.geometry.enclosing Class Description Point This interface represents a generic geometrical point.Space This interface represents a generic space, with affine and vectorial counterparts. -
Classes in org.apache.commons.math3.geometry used by org.apache.commons.math3.geometry.euclidean.oned Class Description Point This interface represents a generic geometrical point.Space This interface represents a generic space, with affine and vectorial counterparts.Vector This interface represents a generic vector in a vectorial space or a point in an affine space.VectorFormat Formats a vector in components list format "{x; y; ...}". -
Classes in org.apache.commons.math3.geometry used by org.apache.commons.math3.geometry.euclidean.threed Class Description Point This interface represents a generic geometrical point.Space This interface represents a generic space, with affine and vectorial counterparts.Vector This interface represents a generic vector in a vectorial space or a point in an affine space.VectorFormat Formats a vector in components list format "{x; y; ...}". -
Classes in org.apache.commons.math3.geometry used by org.apache.commons.math3.geometry.euclidean.twod Class Description Point This interface represents a generic geometrical point.Space This interface represents a generic space, with affine and vectorial counterparts.Vector This interface represents a generic vector in a vectorial space or a point in an affine space.VectorFormat Formats a vector in components list format "{x; y; ...}". -
Classes in org.apache.commons.math3.geometry used by org.apache.commons.math3.geometry.hull Class Description Point This interface represents a generic geometrical point.Space This interface represents a generic space, with affine and vectorial counterparts. -
Classes in org.apache.commons.math3.geometry used by org.apache.commons.math3.geometry.partitioning Class Description Point This interface represents a generic geometrical point.Space This interface represents a generic space, with affine and vectorial counterparts.Vector This interface represents a generic vector in a vectorial space or a point in an affine space. -
Classes in org.apache.commons.math3.geometry used by org.apache.commons.math3.geometry.spherical.oned Class Description Point This interface represents a generic geometrical point.Space This interface represents a generic space, with affine and vectorial counterparts. -
Classes in org.apache.commons.math3.geometry used by org.apache.commons.math3.geometry.spherical.twod Class Description Point This interface represents a generic geometrical point.Space This interface represents a generic space, with affine and vectorial counterparts.