Cartesian coordinate system class. More...
#include <CartesianCoordinateSystem.h>
Public Member Functions | |
CartesianCoordinateSystem (CLHEP::Hep3Vector T, CLHEP::HepRotation R) | |
virtual CLHEP::Hep3Vector | getLocalPoint (CLHEP::Hep3Vector globalPoint) const |
virtual CLHEP::Hep3Vector | getGlobalPoint (CLHEP::Hep3Vector localPoint) const |
virtual CLHEP::Hep3Vector const * | getOrigin () const |
CLHEP::HepRotation const * | getR () const |
CLHEP::Hep3Vector | getLocalXAxis () |
CLHEP::Hep3Vector | getLocalYAxis () |
CLHEP::Hep3Vector | getLocalZAxis () |
Cartesian coordinate system class.
Definition at line 11 of file CartesianCoordinateSystem.h.
|
virtual |
Implements gear::ICoordinateSystem.
Definition at line 15 of file CartesianCoordinateSystem.cc.
|
virtual |
Implements gear::ICoordinateSystem.
Definition at line 5 of file CartesianCoordinateSystem.cc.
|
inline |
Definition at line 36 of file CartesianCoordinateSystem.h.
|
inlinevirtual |
Implements gear::ICoordinateSystem.
Definition at line 29 of file CartesianCoordinateSystem.h.
|
inline |
Definition at line 33 of file CartesianCoordinateSystem.h.