hep.geant4.jni
Class G4Normal3D

java.lang.Object
  extended by hep.geant4.jni.HepBasicVector3D
      extended by hep.geant4.jni.G4Normal3D

public class G4Normal3D
extends HepBasicVector3D


Field Summary
 
Fields inherited from class hep.geant4.jni.HepBasicVector3D
NUM_COORDINATES, SIZE, swigCMemOwn, X, Y, Z
 
Constructor Summary
  G4Normal3D()
           
  G4Normal3D(double[] a)
           
  G4Normal3D(double x, double y, double z)
           
  G4Normal3D(float[] a)
           
  G4Normal3D(G4Normal3D v)
           
  G4Normal3D(G4ThreeVector v)
           
  G4Normal3D(HepBasicVector3D v)
           
  G4Normal3D(HepBasicVector3DFloat v)
           
protected G4Normal3D(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
protected static long getCPtr(G4Normal3D obj)
           
 G4Normal3D transform(G4Transform3D m)
           
 
Methods inherited from class hep.geant4.jni.HepBasicVector3D
angle, cosTheta, cross, dot, eta, getCPtr, getEta, getPhi, getR, getTheta, mag, mag2, orthogonal, perp, perp, perp2, perp2, phi, pseudoRapidity, r, rho, rotate, rotateX, rotateY, rotateZ, set, setEta, setMag, setPerp, setPhi, setR, setTheta, setX, setY, setZ, theta, unit, x, y, z
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

G4Normal3D

protected G4Normal3D(long cPtr,
                     boolean cMemoryOwn)

G4Normal3D

public G4Normal3D()

G4Normal3D

public G4Normal3D(double x,
                  double y,
                  double z)

G4Normal3D

public G4Normal3D(float[] a)

G4Normal3D

public G4Normal3D(double[] a)

G4Normal3D

public G4Normal3D(G4Normal3D v)

G4Normal3D

public G4Normal3D(HepBasicVector3DFloat v)

G4Normal3D

public G4Normal3D(HepBasicVector3D v)

G4Normal3D

public G4Normal3D(G4ThreeVector v)
Method Detail

getCPtr

protected static long getCPtr(G4Normal3D obj)

finalize

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

delete

public void delete()
Overrides:
delete in class HepBasicVector3D

equals

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

transform

public G4Normal3D transform(G4Transform3D m)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.