Tao.Ode SDK Documentation

Ode.dWorldGetQuickStepW Method 

Get the QuickStep SOR over-relaxation parameter

[Visual Basic]
Public Shared Function dWorldGetQuickStepW( _
   ByVal world As IntPtr _
) As Single
[C#]
public static float dWorldGetQuickStepW(
   IntPtr world
);

Parameters

world
the world to query

Return Value

the world's over relaxation value

See Also

Ode Class | Tao.Ode Namespace