|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsimulations.objects.BaseObject
simulations.objects.ConstantFields
Field Summary | |
private Vec3 |
B
|
private Vec3 |
E
|
Constructor Summary | |
ConstantFields(Vec3 E,
Vec3 B)
|
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 E
private Vec3 B
Constructor Detail |
public ConstantFields(Vec3 E, Vec3 B)
Method Detail |
public Vec3 Efield(Vec3 x, Vec3 E)
BaseObject
Efield
in class BaseObject
x
- the position of the observerE
- the electric field at the observer's position
public Vec3 Bfield(Vec3 x, Vec3 B)
BaseObject
Bfield
in class BaseObject
B
- the magnetic field at the observer's position
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |