Tao.Ode SDK Documentation

Ode.dConnectingJoint Method 

Undocumented in ODE. Seems to return the first joint connecting the two specified bodies

[Visual Basic]
Public Shared Function dConnectingJoint( _
   ByVal body1 As IntPtr, _
   ByVal body2 As IntPtr _
) As IntPtr
[C#]
public static IntPtr dConnectingJoint(
   IntPtr body1,
   IntPtr body2
);

Parameters

body1
the first body to query
body2
the second body to query

Return Value

the id of the first joint found connecting the bodies

See Also

Ode Class | Tao.Ode Namespace