See: Description
Interface | Description |
---|---|
Point<S extends Space> |
This interface represents a generic geometrical point.
|
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 | Description |
---|---|
VectorFormat<S extends Space> |
Formats a vector in components list format "{x; y; ...}".
|
Enum | Description |
---|---|
LocalizedGeometryFormats |
Enumeration for localized messages formats used in exceptions messages.
|
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-2021 CS GROUP. All rights reserved.