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.
-
LorentzBoost(double, double, double)
- Constructs a Lorentz boost.
-
LorentzBoost(DoubleVector)
- Constructs a Lorentz boost.
LorentzBoost
public LorentzBoost(DoubleVector v)
- Constructs a Lorentz boost.
- Parameters:
- v - velocity
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