Tao.Ode SDK Documentation
Ode.dJointCreateContact Method
[Visual Basic]
Public Shared Function dJointCreateContact( _
ByVal
world
As
IntPtr
, _
ByVal
group
As
IntPtr
, _
ByRef
contact
As
dContact
_
) As
IntPtr
[C#]
public static
IntPtr
dJointCreateContact(
IntPtr
world
,
IntPtr
group
,
ref
dContact
contact
);
See Also
Ode Class
|
Tao.Ode Namespace