CLHEP VERSION Reference Documentation
   
CLHEP Home Page     CLHEP Documentation     CLHEP Bug Reports

testTransform3D.cc File Reference
#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< doublePoint
 
typedef HepGeom::Vector3D< doubleVector
 
typedef HepGeom::Normal3D< doubleNormal
 

Functions

int main ()
 

Macro Definition Documentation

◆ DEL

#define DEL   10.e-16

Definition at line 23 of file testTransform3D.cc.

Referenced by main().

Typedef Documentation

◆ Normal

Definition at line 21 of file testTransform3D.cc.

◆ Point

Definition at line 19 of file testTransform3D.cc.

◆ Rotation

Definition at line 16 of file testTransform3D.cc.

◆ Scale

Definition at line 15 of file testTransform3D.cc.

◆ Transformation

Definition at line 18 of file testTransform3D.cc.

◆ Translation

Definition at line 17 of file testTransform3D.cc.

◆ Vector

Definition at line 20 of file testTransform3D.cc.

Function Documentation

◆ main()