|
CLHEP VERSION Reference Documentation
CLHEP Home Page CLHEP Documentation CLHEP Bug Reports |
#include <assert.h>#include "CLHEP/Geometry/Transform3D.h"#include "CLHEP/Vector/Rotation.h"#include "CLHEP/Vector/ThreeVector.h"#include "CLHEP/Units/PhysicalConstants.h"Go to the source code of this file.
Macros | |
| #define | DEL 10.e-16 |
Typedefs | |
| typedef HepGeom::Scale3D | Scale |
| typedef HepGeom::Rotate3D | Rotation |
| typedef HepGeom::Translate3D | Translation |
| typedef HepGeom::Transform3D | Transformation |
| typedef HepGeom::Point3D< double > | Point |
| typedef HepGeom::Vector3D< double > | Vector |
| typedef HepGeom::Normal3D< double > | Normal |
Functions | |
| int | main () |
| #define DEL 10.e-16 |
Definition at line 23 of file testTransform3D.cc.
Referenced by main().
| typedef HepGeom::Normal3D<double> Normal |
Definition at line 21 of file testTransform3D.cc.
| typedef HepGeom::Point3D<double> Point |
Definition at line 19 of file testTransform3D.cc.
| typedef HepGeom::Rotate3D Rotation |
Definition at line 16 of file testTransform3D.cc.
| typedef HepGeom::Scale3D Scale |
Definition at line 15 of file testTransform3D.cc.
| typedef HepGeom::Transform3D Transformation |
Definition at line 18 of file testTransform3D.cc.
| typedef HepGeom::Translate3D Translation |
Definition at line 17 of file testTransform3D.cc.
| typedef HepGeom::Vector3D<double> Vector |
Definition at line 20 of file testTransform3D.cc.
| int main | ( | ) |
Definition at line 25 of file testTransform3D.cc.
References DEL, HepGeom::Transform3D::getDecomposition(), HepGeom::Transform3D::Identity, HepGeom::Transform3D::inverse(), n_constructors::p0, HepGeom::BasicVector3D< T >::x(), HepGeom::BasicVector3D< T >::y(), and HepGeom::BasicVector3D< T >::z().
1.8.13