|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJSci.physics.GravityField
Constructor Summary | |
GravityField(ClassicalParticle3D p)
Constructs the gravitational field of a particle. |
Method Summary | |
Force3D |
createForce(ClassicalParticle3D p)
Creates the force acting on a particle in this field. |
double |
energy(ClassicalParticle3D p)
Returns the potential energy of a particle in this field. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GravityField(ClassicalParticle3D p)
Method Detail |
public double energy(ClassicalParticle3D p)
public Force3D createForce(ClassicalParticle3D p)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |