org.opensourcephysics.sip.ch17
Class FreeRotation

java.lang.Object
  extended by org.opensourcephysics.sip.ch17.RigidBody
      extended by org.opensourcephysics.sip.ch17.FreeRotation
All Implemented Interfaces:
ODE

public class FreeRotation
extends RigidBody

SpinningTop solves the Euler equations for a spinning top.


Constructor Summary
FreeRotation()
           
 
Method Summary
 void advanceTime()
          Advances the time be solving the differential equation.
 
Methods inherited from class org.opensourcephysics.sip.ch17.RigidBody
getBodyFrameAngularMomentum, getBodyFrameOmega, getRate, getState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FreeRotation

public FreeRotation()
Method Detail

advanceTime

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

Overrides:
advanceTime in class RigidBody