hep.geant4.jni
Class HepPoint3DFloat

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

public class HepPoint3DFloat
extends HepBasicVector3DFloat


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

HepPoint3DFloat

protected HepPoint3DFloat(long cPtr,
                          boolean cMemoryOwn)

HepPoint3DFloat

public HepPoint3DFloat()

HepPoint3DFloat

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

HepPoint3DFloat

public HepPoint3DFloat(float[] a)

HepPoint3DFloat

public HepPoint3DFloat(HepPoint3DFloat v)

HepPoint3DFloat

public HepPoint3DFloat(HepBasicVector3DFloat v)
Method Detail

getCPtr

protected static long getCPtr(HepPoint3DFloat 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

distance2

public float distance2()

distance2

public float distance2(HepPoint3DFloat p)

distance

public float distance()

distance

public float distance(HepPoint3DFloat p)

transform

public HepPoint3DFloat transform(G4Transform3D m)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.