An abstract base class for coordinate systems. More...
#include <ICoordinateSystem.h>
Public Member Functions | |
virtual CLHEP::Hep3Vector | getLocalPoint (CLHEP::Hep3Vector globalPoint) const =0 |
virtual CLHEP::Hep3Vector | getGlobalPoint (CLHEP::Hep3Vector localPoint) const =0 |
virtual CLHEP::Hep3Vector const * | getOrigin () const =0 |
An abstract base class for coordinate systems.
Definition at line 10 of file ICoordinateSystem.h.
|
pure virtual |
Implemented in gear::CartesianCoordinateSystem.
|
pure virtual |
Implemented in gear::CartesianCoordinateSystem.
Referenced by gear::MeasurementSurface::isGlobalInBoundary().
|
pure virtual |
Implemented in gear::CartesianCoordinateSystem.