hep.geant4.jni
Class G4Point3D

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

public class G4Point3D
extends HepBasicVector3D


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

G4Point3D

protected G4Point3D(long cPtr,
                    boolean cMemoryOwn)

G4Point3D

public G4Point3D()

G4Point3D

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

G4Point3D

public G4Point3D(float[] a)

G4Point3D

public G4Point3D(double[] a)

G4Point3D

public G4Point3D(G4Point3D v)

G4Point3D

public G4Point3D(HepBasicVector3DFloat v)

G4Point3D

public G4Point3D(HepBasicVector3D v)

G4Point3D

public G4Point3D(G4ThreeVector v)
Method Detail

getCPtr

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

distance2

public double distance2()

distance2

public double distance2(G4Point3D p)

distance

public double distance()

distance

public double distance(G4Point3D p)

transform

public G4Point3D transform(G4Transform3D m)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.