Tao.Ode SDK Documentation

Ode.dWorldStepFast1 Method 

Step the world by stepsize seconds using the StepFast1 algorithm. The number of iterations to perform is given by maxiterations. NOTE: The StepFast algorithm has been superseded by the QuickStep algorithm: see the dWorldQuickStep function.

[Visual Basic]
Public Shared Sub dWorldStepFast1( _
   ByVal world As IntPtr, _
   ByVal stepsize As Single, _
   ByVal maxiterations As Integer _
)
[C#]
public static void dWorldStepFast1(
   IntPtr world,
   float stepsize,
   int maxiterations
);

Parameters

world
the world to set
stepsize
the stepsize (in seconds)
maxiterations
maximum iterations to perform

See Also

Ode Class | Tao.Ode Namespace