Module eu.hoefel.coordinates

This module provides support for programmatic (generic) coordinate systems, such as CartesianCoordinateSystem.

The eu.hoefel.coordinates is the package containing the base classes needed for the handling of coordinate systems, as well as some basic implementations, e.g. for Cartesian, cylindrical and spherical coordinate systems. It requires both the eu.hoefel.coordinates.axes and eu.hoefel.coordinates.tensors packages, as well as the external dependency eu.hoefel.units to manage the units on the axes.

The eu.hoefel.coordinates.axes is the package containing axes related classes necessary for each coordinate system. It requires the external dependency eu.hoefel.units to manage the units on the axes. The eu.hoefel.coordinates.tensors is the package containing classes for basic tensor transformations.

Author:
Udo Hoefel