Tao.Ode SDK Documentation

Ode.dJointSetSliderAxisDelta Method 

Set the slider axis delta.

[Visual Basic]
Public Shared Sub dJointSetSliderAxisDelta( _
   ByVal joint As IntPtr, _
   ByVal x As Single, _
   ByVal y As Single, _
   ByVal z As Single, _
   ByVal ax As Single, _
   ByVal ay As Single, _
   ByVal az As Single _
)
[C#]
public static void dJointSetSliderAxisDelta(
   IntPtr joint,
   float x,
   float y,
   float z,
   float ax,
   float ay,
   float az
);

Parameters

joint
A dJointID
x
A dReal
y
A dReal
z
A dReal
ax
A dReal
ay
A dReal
az
A dReal

See Also

Ode Class | Tao.Ode Namespace