Package jasi.sim.geo.cartesian

Geometric objects in 3D cartesian space.

See:
          Description

Interface Summary
Move Movement for simulation elements.
 

Class Summary
Direction Immutable class to represent a unit direction.
LinearMove This class provides algorithms for linear movements with constant speed.
Space Immutable class to represent space values.
Space.Distance Distance function, which imposes a total ordering by comparing the distance to a center.
SpaceVec Immutable class to represent a space vector.
SpaceVec.Distance Distance function, which imposes a total ordering of space vectors by comparing the distance to a center.
SpaceVec.IndexComparator Comparison function, which imposes a total ordering of space vectors by selecting one of the components of the space vector.
Speed Immutable class to represent speed values.
SpeedVec Immutable class to represent a speed vector.
 

Package jasi.sim.geo.cartesian Description

Geometric objects in 3D cartesian space.

This package provides an implementation for geometric properties, like positions and movemants, in a three dimensional cartesian space.

This package is still under construction.