Tao.Ode SDK Documentation

Ode.dJointCreateHinge2 Method 

Create a new hinge-2 joint. The joint is initially in "limbo" (i.e. it has no effect on the simulation) because it does not connect to any bodies. The joint group ID is 0 to allocate the joint normally. If it is nonzero the joint is allocated in the given joint group.

[Visual Basic]
Public Shared Function dJointCreateHinge2( _
   ByVal world As IntPtr, _
   ByVal group As IntPtr _
) As IntPtr
[C#]
public static IntPtr dJointCreateHinge2(
   IntPtr world,
   IntPtr group
);

Parameters

world
A dWorldID
group
A dJointGroupID

Return Value

A dJointID

See Also

Ode Class | Tao.Ode Namespace