|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object JSci.physics.relativity.Tensor JSci.physics.relativity.Rank2Tensor JSci.physics.relativity.LorentzBoost
public final class LorentzBoost
The LorentzBoost class encapsulates the Lorentz boosts.
Field Summary |
---|
Fields inherited from class JSci.physics.relativity.Rank2Tensor |
---|
rank2 |
Constructor Summary | |
---|---|
LorentzBoost(Double3Vector v)
Constructs a Lorentz boost. |
|
LorentzBoost(double vx,
double vy,
double vz)
Constructs a Lorentz boost. |
Method Summary |
---|
Methods inherited from class JSci.physics.relativity.Rank2Tensor |
---|
add, equals, getComponent, multiply, setComponent, subtract, tensorProduct, tensorProduct |
Methods inherited from class JSci.physics.relativity.Tensor |
---|
getSet |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LorentzBoost(Double3Vector v)
v
- velocitypublic LorentzBoost(double vx, double vy, double vz)
vx
- x-velocityvy
- y-velocityvz
- z-velocity
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |