Tao.Ode SDK Documentation

Ode.dBodySetRotation Method

Set the rotation of the body. After setting a group of bodies, the outcome of the simulation is undefined if the new configuration is inconsistent with the joints/constraints that are present.

Overload List

Set the rotation of the body. After setting a group of bodies, the outcome of the simulation is undefined if the new configuration is inconsistent with the joints/constraints that are present.

public static void dBodySetRotation(IntPtr,float[]);

Set the rotation of the body. After setting a group of bodies, the outcome of the simulation is undefined if the new configuration is inconsistent with the joints/constraints that are present.

public static void dBodySetRotation(IntPtr,dMatrix3);

See Also

Ode Class | Tao.Ode Namespace