Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • A coordinate system can have one predecessor coordinate system, what can be seen as its parent system.
  • A coordinate system with predecessor 'none' is being seen as the root system, which usually is an inert system.
  • The rotation axis doesn't have to be normalized.
  • To transform from the predecessor system to the successor system, both the translation and the rotation are expressed in the predecessors system.
  • The right-hand rule is applied for defining the rotation angle.
  • For coordinate systems a shortname starting with 'coo_' is created. The first system has number 1500, successor systems have decreasing numbers down to 1451. Upon this, 50 coordinate systems are allowed.
    The next fields are stored in this shortname, separated by a semicolon (';'):
    • name of predecessor coordinate system
    • x-translation with respect to predecessor system
    • y-translation with respect to predecessor system
    • z-translation with respect to predecessor system
    • x-rotation with respect to predecessor system
    • y-rotation with respect to predecessor system
    • z-rotation with respect to predecessor system
    • rotation angle with respect to predecessor system

STREAM Library

The next functions are dealing with coordinate systems:

...

  • For locations a shortname starting with 'loc_' is created. The first location has number 1450, successor locations have decreasing numbers down to 1201. Upon this, 250 locations are allowed.
    The next fields are stored in this shortname, separated by a semicolon (';'):
    • name of coordinate system
    • x-translation with respect to coordinate system
    • y-translation with respect to coordinate system
    • z-translation with respect to coordinate system

STREAM Library

The next functions are dealing with coordinate systems:

...