net.java.dev.joode.stepper
Interface StepperFunction

All Known Implementing Classes:
AbstractStepperFunction, EulerStepper, MidPointMethodStepper, QuickStepper, RungeKuttaOrder4Stepper

public interface StepperFunction

Author:
Tom Larkworthy

Field Summary
static int EULER
           
static int RK4
          constant representing the Runge-Cutter order 4 intergrator
 
Method Summary
 void step(World world, Body[] body, int bcount, Joint[] joint, int jcount, float stepsize)
           
 

Field Detail

EULER

static final int EULER
See Also:
Constant Field Values

RK4

static final int RK4
constant representing the Runge-Cutter order 4 intergrator

See Also:
Constant Field Values
Method Detail

step

void step(World world,
          Body[] body,
          int bcount,
          Joint[] joint,
          int jcount,
          float stepsize)
Parameters:
world -
body -
bcount -
joint -
jcount -
stepsize -