Tao.Ode SDK Documentation |
|
Ode.dWorldStepFast1 Method
[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);
See Also
Ode Class | Tao.Ode Namespace