Tao.Ode SDK Documentation

Ode.dJointGetSliderPositionRate Method 

Get the time derivative of the slider linear position.

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

Parameters

joint
A dJointID

Return Value

A dReal

See Also

Ode Class | Tao.Ode Namespace