Package org.apache.commons.math3.geometry

This package is the top level package for geometry.

See:
          Description

Interface Summary
Space This interface represents a generic space, with affine and vectorial counterparts.
Vector<S extends Space> This interface represents a generic vector in a vectorial space or a point in an affine space.
 

Class Summary
VectorFormat<S extends Space> Formats a vector in components list format "{x; y; ...}".
 

Package org.apache.commons.math3.geometry Description

This package is the top level package for geometry. It provides only a few interfaces related to vectorial/affine spaces that are implemented in sub-packages.



Copyright © 2016 CNES. All Rights Reserved.