Tao.Ode SDK Documentation

Ode.dWorldGetCFM Method 

Get the global CFM (constraint force mixing) value. Typical values are in the range 10^-9 -- 1. The default is 10-5 if single precision is being used, or 10^-10 if double precision is being used.

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

Parameters

world
the world to query

Return Value

the current CFM value for the world in the range 10^-9 to 1

See Also

Ode Class | Tao.Ode Namespace