org.opensourcephysics.sip.ch17
Class FeynmanPlate

java.lang.Object
  extended by org.opensourcephysics.sip.ch17.FeynmanPlate

public class FeynmanPlate
extends java.lang.Object

RigidBody models rigid body dynamics by solving Euler's equations using an ODE solver.


Constructor Summary
FeynmanPlate()
           
 
Method Summary
 void advanceTime()
          Advances the time be solving the differential equation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeynmanPlate

public FeynmanPlate()
Method Detail

advanceTime

public void advanceTime()
Advances the time be solving the differential equation.