Package org.opensourcephysics.sip.ch03

Class Summary
Ball3DApp Ball3DApp demonstrates the 3D drawing framework by creating a bouncing ball simulation.
DataLoaderApp DataLoaderApp reads a data file using the OSP ResourceLoader.
Demo3D_1App A demonstration of 3D Elements
Demo3D_2App A demonstration of an OSP 3D group.
Demo3D_3App Elements3DApp tests the simple3d package by creating various 3D Elements.
Demo3D_4App A demonstration of how to simulate particle motion using OSP 3D.
Demo3D_5App Demo3D_5App creates a basic simulation of a ball in a Box by extending AbstractSimulation and implementing the doStep method.
DrawingApp DrawingApp demonstrates how to create and use Drawable objects.
FallingParticleODE FallingParticleODE models a falling particle by implementing the ODE interface.
FallingParticleODEApp FallingParticleODEApp demonstrates how to use an ODE solver to model a falling particle.
PixelRectangle PixelRectangle demonstrates how to draw an object using the AWT drawing API.
Projectile Projectile models the dynamics of a projectile and forms a template for other simulations.
ProjectileApp ProjectileApp solves and displays the time evolution of a projectile by stepping a projectile model.
WorldRectangle WorldRectangle demonstrates how to draw an object using a drawing panel's world coordinates.