Go to the documentation of this file.
   31 #ifndef GLVIEWER_COORDSYSTEM_H 
   32 #define GLVIEWER_COORDSYSTEM_H 
   37 #pragma warning( disable:4251 ) 
   68                         double XUnit = 1.0, 
double YUnit = 1.0, 
double Rotation = 0.0 );
 
   71   void getOrigin( 
double& x, 
double& y ) 
const;
 
   73   void setOrigin( 
double x, 
double y );
 
   76   void getUnits( 
double& x, 
double& y ) 
const;
 
   78   void setUnits( 
double x, 
double y );
 
   81   double getRotation() 
const;
 
   83   void   setRotation( 
double rotation );
 
   88   void setType( 
CSType type );
 
  100   virtual void toReference( 
double& x, 
double& y );
 
  102   virtual void fromReference( 
double& x, 
double& y );
 
  106 #pragma warning ( default:4251 )