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