Geant4_10
|
#include <G4AffineTransform.hh>
Definition at line 69 of file G4AffineTransform.hh.
G4AffineTransform::G4AffineTransform | ( | ) |
G4AffineTransform::G4AffineTransform | ( | const G4ThreeVector & | tlate | ) |
G4AffineTransform::G4AffineTransform | ( | const G4RotationMatrix & | rot | ) |
G4AffineTransform::G4AffineTransform | ( | const G4RotationMatrix & | rot, |
const G4ThreeVector & | tlate | ||
) |
G4AffineTransform::G4AffineTransform | ( | const G4RotationMatrix * | rot, |
const G4ThreeVector & | tlate | ||
) |
void G4AffineTransform::ApplyAxisTransform | ( | G4ThreeVector & | axis | ) | const |
void G4AffineTransform::ApplyPointTransform | ( | G4ThreeVector & | vec | ) | const |
G4AffineTransform G4AffineTransform::Inverse | ( | ) | const |
G4AffineTransform& G4AffineTransform::InverseProduct | ( | const G4AffineTransform & | tf1, |
const G4AffineTransform & | tf2 | ||
) |
G4AffineTransform& G4AffineTransform::Invert | ( | ) |
G4bool G4AffineTransform::IsRotated | ( | ) | const |
G4bool G4AffineTransform::IsTranslated | ( | ) | const |
G4RotationMatrix G4AffineTransform::NetRotation | ( | ) | const |
G4ThreeVector G4AffineTransform::NetTranslation | ( | ) | const |
G4bool G4AffineTransform::operator!= | ( | const G4AffineTransform & | tf | ) | const |
G4AffineTransform G4AffineTransform::operator* | ( | const G4AffineTransform & | tf | ) | const |
G4AffineTransform& G4AffineTransform::operator*= | ( | const G4AffineTransform & | tf | ) |
G4AffineTransform& G4AffineTransform::operator+= | ( | const G4ThreeVector & | tlate | ) |
G4AffineTransform& G4AffineTransform::operator-= | ( | const G4ThreeVector & | tlate | ) |
G4bool G4AffineTransform::operator== | ( | const G4AffineTransform & | tf | ) | const |
G4AffineTransform& G4AffineTransform::Product | ( | const G4AffineTransform & | tf1, |
const G4AffineTransform & | tf2 | ||
) |
void G4AffineTransform::SetNetRotation | ( | const G4RotationMatrix & | rot | ) |
void G4AffineTransform::SetNetTranslation | ( | const G4ThreeVector & | tlate | ) |
G4ThreeVector G4AffineTransform::TransformAxis | ( | const G4ThreeVector & | axis | ) | const |
G4ThreeVector G4AffineTransform::TransformPoint | ( | const G4ThreeVector & | vec | ) | const |