Tao.Ode SDK Documentation

Ode.dWorldGetContactMaxCorrectingVel Method 

Get the maximum correcting velocity that contacts are allowed to generate. The default value is infinity (i.e. no limit).

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

Parameters

world
the world to query

Return Value

current maximum correcting velocity (default is infinity - no limit)

See Also

Ode Class | Tao.Ode Namespace