#include <G4ScaleTransform.hh>
|  | 
|  | G4ScaleTransform () | 
|  | 
|  | G4ScaleTransform (G4double sx, G4double sy, G4double sz) | 
|  | 
|  | G4ScaleTransform (const G4ThreeVector &scale) | 
|  | 
|  | G4ScaleTransform (const G4Scale3D &scale) | 
|  | 
|  | G4ScaleTransform (const G4ScaleTransform &right) | 
|  | 
| G4ScaleTransform & | operator= (const G4ScaleTransform &right) | 
|  | 
| void | Init () | 
|  | 
| const G4ThreeVector & | GetScale () const | 
|  | 
| const G4ThreeVector & | GetInvScale () const | 
|  | 
| void | SetScale (const G4ThreeVector &scale) | 
|  | 
| void | SetScale (const G4Scale3D &scale) | 
|  | 
| void | SetScale (G4double sx, G4double sy, G4double sz) | 
|  | 
| void | Transform (const G4ThreeVector &global, G4ThreeVector &local) const | 
|  | 
| G4ThreeVector | Transform (const G4ThreeVector &global) const | 
|  | 
| void | InverseTransform (const G4ThreeVector &local, G4ThreeVector &global) const | 
|  | 
| G4ThreeVector | InverseTransform (const G4ThreeVector &local) const | 
|  | 
| void | TransformNormal (const G4ThreeVector &global, G4ThreeVector &local) const | 
|  | 
| G4ThreeVector | TransformNormal (const G4ThreeVector &global) const | 
|  | 
| void | InverseTransformNormal (const G4ThreeVector &local, G4ThreeVector &global) const | 
|  | 
| G4ThreeVector | InverseTransformNormal (const G4ThreeVector &local) const | 
|  | 
| G4double | TransformDistance (G4double dist, const G4ThreeVector &dir) const | 
|  | 
| G4double | TransformDistance (G4double safety) const | 
|  | 
| G4double | InverseTransformDistance (G4double dist, const G4ThreeVector &dir) const | 
|  | 
| G4double | InverseTransformDistance (G4double safety) const | 
|  | 
Definition at line 63 of file G4ScaleTransform.hh.
 
  
  | 
        
          | G4ScaleTransform::G4ScaleTransform | ( |  | ) |  |  | inline | 
 
 
  
  | 
        
          | G4ScaleTransform::G4ScaleTransform | ( | const G4ThreeVector & | scale | ) |  |  | inline | 
 
 
  
  | 
        
          | G4ScaleTransform::G4ScaleTransform | ( | const G4Scale3D & | scale | ) |  |  | inline | 
 
 
  
  | 
        
          | void G4ScaleTransform::Init | ( |  | ) |  |  | inline | 
 
 
  
  | 
        
          | void G4ScaleTransform::SetScale | ( | const G4Scale3D & | scale | ) |  |  | inline | 
 
 
The documentation for this class was generated from the following file: