Uses of Class
edu.stanford.rsl.konrad.geometry.CoordinateSystem

Packages that use CoordinateSystem
edu.stanford.rsl.konrad.geometry Contains classes to describe various projection geometries. 
edu.stanford.rsl.konrad.geometry.shapes   
 

Uses of CoordinateSystem in edu.stanford.rsl.konrad.geometry
 

Methods in edu.stanford.rsl.konrad.geometry with parameters of type CoordinateSystem
static SimpleMatrix Rotations.create3DChangeOfAxesMatrix(CoordinateSystem oldSystem, CoordinateSystem newSystem)
          Calculates rotational change of axis matrix from old system to new system using directional cosines.
 

Uses of CoordinateSystem in edu.stanford.rsl.konrad.geometry.shapes
 

Subclasses of CoordinateSystem in edu.stanford.rsl.konrad.geometry.shapes
 class StandardCoordinateSystem