hep.geant4.jni
Class HepNormal3DFloat

java.lang.Object
  extended by hep.geant4.jni.HepBasicVector3DFloat
      extended by hep.geant4.jni.HepNormal3DFloat

public class HepNormal3DFloat
extends HepBasicVector3DFloat


Field Summary
 
Fields inherited from class hep.geant4.jni.HepBasicVector3DFloat
NUM_COORDINATES, SIZE, swigCMemOwn, X, Y, Z
 
Constructor Summary
  HepNormal3DFloat()
           
  HepNormal3DFloat(float[] a)
           
  HepNormal3DFloat(float x, float y, float z)
           
  HepNormal3DFloat(HepBasicVector3DFloat v)
           
  HepNormal3DFloat(HepNormal3DFloat v)
           
protected HepNormal3DFloat(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
protected static long getCPtr(HepNormal3DFloat obj)
           
 HepNormal3DFloat transform(G4Transform3D m)
           
 
Methods inherited from class hep.geant4.jni.HepBasicVector3DFloat
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

HepNormal3DFloat

protected HepNormal3DFloat(long cPtr,
                           boolean cMemoryOwn)

HepNormal3DFloat

public HepNormal3DFloat()

HepNormal3DFloat

public HepNormal3DFloat(float x,
                        float y,
                        float z)

HepNormal3DFloat

public HepNormal3DFloat(float[] a)

HepNormal3DFloat

public HepNormal3DFloat(HepNormal3DFloat v)

HepNormal3DFloat

public HepNormal3DFloat(HepBasicVector3DFloat v)
Method Detail

getCPtr

protected static long getCPtr(HepNormal3DFloat obj)

finalize

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

delete

public void delete()
Overrides:
delete in class HepBasicVector3DFloat

equals

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

transform

public HepNormal3DFloat transform(G4Transform3D m)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.