|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectsimulations.objects.BaseObject
simulations.objects.MovingMagneticField
| Field Summary | |
private Vec3 |
B
|
private Vec3 |
VelB
|
| Constructor Summary | |
MovingMagneticField(Vec3 B,
Vec3 VelB)
|
|
| Method Summary | |
Vec3 |
Bfield(Vec3 x,
Vec3 B)
Sets 'B' to the value of the magnetic field at 'x'. |
Vec3 |
Efield(Vec3 x,
Vec3 E)
Sets 'E' to the value of the electric field at 'x'. |
| Methods inherited from class simulations.objects.BaseObject |
Bfield, Efield, Evolve, Pfield, Pfield |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private Vec3 B
private Vec3 VelB
| Constructor Detail |
public MovingMagneticField(Vec3 B,
Vec3 VelB)
| Method Detail |
public Vec3 Bfield(Vec3 x,
Vec3 B)
BaseObject
Bfield in class BaseObjectB - the magnetic field at the observer's position
public Vec3 Efield(Vec3 x,
Vec3 E)
BaseObject
Efield in class BaseObjectx - the position of the observerE - the electric field at the observer's position
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||