Tao.Ode SDK Documentation
Ode.dConnectingJoint Method
[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
);
See Also
Ode Class
|
Tao.Ode Namespace