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

Defines | Typedefs | Functions
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.

Defines

#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 ()

Define Documentation

#define DEL   10.e-16

Definition at line 23 of file testTransform3D.cc.

Referenced by main().


Typedef Documentation

Definition at line 21 of file testTransform3D.cc.

Definition at line 19 of file testTransform3D.cc.

Definition at line 16 of file testTransform3D.cc.

Definition at line 15 of file testTransform3D.cc.

Definition at line 18 of file testTransform3D.cc.

Definition at line 17 of file testTransform3D.cc.

Definition at line 20 of file testTransform3D.cc.


Function Documentation

int main ( )