Documentation of 'hep.physics.vec.Hep3Vector' Java class
Hep3Vector
hep.physics.vec

Interface Hep3Vector

  • All Known Implementing Classes:
    BasicHep3Vector, SpacePoint


    public interface Hep3Vector
    Interface to be implemented by 3 Vectors. This interface is deliberately kept simple to minimize the work needed to implement it. Operations for operating on vectors can be found in class VecOp.
    See Also:
    VecOp, BasicHep3Vector
    • Method Detail

      • x

        double x()
      • y

        double y()
      • z

        double z()
      • magnitude

        double magnitude()
        The length of the 3-vector.
      • magnitudeSquared

        double magnitudeSquared()
        The square of the length
      • v

        double[] v()

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.