Tao.Ode SDK Documentation

Ode.dJointCreateAMotor Method 

Create a new angular motor 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 dJointCreateAMotor( _
   ByVal world As IntPtr, _
   ByVal group As IntPtr _
) As IntPtr
[C#]
public static IntPtr dJointCreateAMotor(
   IntPtr world,
   IntPtr group
);

Parameters

world
A dWorldID
group
A dJointGroupID

Return Value

A dJointID

See Also

Ode Class | Tao.Ode Namespace