All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JSci.physics.relativity.LorentzBoost

java.lang.Object
   |
   +----JSci.physics.relativity.Tensor
           |
           +----JSci.physics.relativity.Rank2Tensor
                   |
                   +----JSci.physics.relativity.LorentzBoost

public final class LorentzBoost
extends Rank2Tensor
The LorentzBoost class encapsulates the Lorentz boosts.


Constructor Index

 o LorentzBoost(double, double, double)
Constructs a Lorentz boost.
 o LorentzBoost(DoubleVector)
Constructs a Lorentz boost.

Constructors

 o LorentzBoost
 public LorentzBoost(DoubleVector v)
Constructs a Lorentz boost.

Parameters:
v - velocity
 o LorentzBoost
 public LorentzBoost(double vx,
                     double vy,
                     double vz)
Constructs a Lorentz boost.

Parameters:
vx - x-velocity
vy - y-velocity
vz - z-velocity

All Packages  Class Hierarchy  This Package  Previous  Next  Index