Uses of Package
org.apache.commons.math3.geometry

Packages that use org.apache.commons.math3.geometry
org.apache.commons.math3.geometry This package is the top level package for geometry. 
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.partitioning This package provides classes to implement Binary Space Partition trees. 
 

Classes in org.apache.commons.math3.geometry used by org.apache.commons.math3.geometry
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.euclidean.oned
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
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
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.partitioning
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.
 



Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.