Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <Transform3D.h>
Protected Member Functions | |
Reflect3D (double XX, double XY, double XZ, double DX, double YX, double YY, double YZ, double DY, double ZX, double ZY, double ZZ, double DZ) | |
Protected Member Functions inherited from HepGeom::Transform3D | |
Transform3D (double XX, double XY, double XZ, double DX, double YX, double YY, double YZ, double DY, double ZX, double ZY, double ZZ, double DZ) | |
void | setTransform (double XX, double XY, double XZ, double DX, double YX, double YY, double YZ, double DY, double ZX, double ZY, double ZZ, double DZ) |
Additional Inherited Members | |
Static Public Attributes inherited from HepGeom::Transform3D | |
static const Transform3D | Identity = Transform3D () |
Protected Attributes inherited from HepGeom::Transform3D | |
double | xx_ |
double | xy_ |
double | xz_ |
double | dx_ |
double | yx_ |
double | yy_ |
double | yz_ |
double | dy_ |
double | zx_ |
double | zy_ |
double | zz_ |
double | dz_ |
Constructs a reflection transformation. This class provides additional constructors for Transform3D and should not be used as a separate class.
Example of use:
Definition at line 622 of file Transform3D.h.
|
inlineprotected |
Definition at line 624 of file Transform3D.h.
|
inline |
Default constructor: sets the Identity transformation.
Definition at line 632 of file Transform3D.h.
HepGeom::Reflect3D::Reflect3D | ( | double | a, |
double | b, | ||
double | c, | ||
double | d | ||
) |
Constructor from four numbers. Sets reflection in a plane a*x+b*y+c*z+d=0
Definition at line 276 of file Transform3D.cc.
|
inline |
Constructor from a plane given by its normal and origin.