Tao.Ode SDK Documentation

Ode.dAreConnected Method 

Test if the two specified bodies are connected by a joint. Return 1 if yes, otherwise return 0

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

Parameters

body1
A dBodyID
body2
A dBodyID

Return Value

An int

See Also

Ode Class | Tao.Ode Namespace