Tao.Ode SDK Documentation

Ode.dJointSetUniversalAxis2 Method 

Set universal joint axis 2 parameters Axis 1 and axis 2 should be perpendicular to each other.

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

Parameters

joint
A dJointID
x
A dReal
y
A dReal
z
A dReal

See Also

Ode Class | Tao.Ode Namespace