hep.geant4.jni
Class G4Rotate3D

java.lang.Object
  extended by hep.geant4.jni.G4Transform3D
      extended by hep.geant4.jni.G4Rotate3D
Direct Known Subclasses:
G4RotateX3D, G4RotateY3D, G4RotateZ3D

public class G4Rotate3D
extends G4Transform3D


Field Summary
 
Fields inherited from class hep.geant4.jni.G4Transform3D
swigCMemOwn
 
Constructor Summary
  G4Rotate3D()
           
  G4Rotate3D(double a, G4Point3D p1, G4Point3D p2)
           
  G4Rotate3D(double a, G4Vector3D v)
           
  G4Rotate3D(G4Point3D fr1, G4Point3D fr2, G4Point3D to1, G4Point3D to2)
           
  G4Rotate3D(G4RotationMatrix m)
           
protected G4Rotate3D(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
protected static long getCPtr(G4Rotate3D obj)
           
 
Methods inherited from class hep.geant4.jni.G4Transform3D
dx, dy, dz, getCPtr, getDecomposition, getIdentity, getRotation, getTranslation, inverse, isNear, isNear, setIdentity, xx, xy, xz, yx, yy, yz, zx, zy, zz
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

G4Rotate3D

protected G4Rotate3D(long cPtr,
                     boolean cMemoryOwn)

G4Rotate3D

public G4Rotate3D()

G4Rotate3D

public G4Rotate3D(G4RotationMatrix m)

G4Rotate3D

public G4Rotate3D(double a,
                  G4Point3D p1,
                  G4Point3D p2)

G4Rotate3D

public G4Rotate3D(double a,
                  G4Vector3D v)

G4Rotate3D

public G4Rotate3D(G4Point3D fr1,
                  G4Point3D fr2,
                  G4Point3D to1,
                  G4Point3D to2)
Method Detail

getCPtr

protected static long getCPtr(G4Rotate3D obj)

finalize

protected void finalize()
                 throws Throwable
Overrides:
finalize in class G4Transform3D
Throws:
Throwable

delete

public void delete()
Overrides:
delete in class G4Transform3D

equals

public boolean equals(Object obj)
Overrides:
equals in class G4Transform3D


Copyright © 2000-2007 FreeHEP. All Rights Reserved.