Tao.Ode SDK Documentation

Ode.dMassRotate Method (dMass, dMatrix3)

Given mass parameters for some object, adjust them to represent the object rotated by R relative to the body frame.

[Visual Basic]
Overloads Public Shared Sub dMassRotate( _
   ByRef mass As dMass, _
   ByVal R As dMatrix3 _
)
[C#]
public static void dMassRotate(
   ref dMass mass,
   dMatrix3 R
);

Parameters

mass
A dMass
R
A dMatrix3

See Also

Ode Class | Tao.Ode Namespace | Ode.dMassRotate Overload List