Tao.Ode SDK Documentation

Ode.dMassSetCylinderTotal Method 

[Visual Basic]
Public Shared Sub dMassSetCylinderTotal( _
   ByRef mass As dMass, _
   ByVal total_mass As Single, _
   ByVal direction As Integer, _
   ByVal radius As Single, _
   ByVal length As Single _
)
[C#]
public static void dMassSetCylinderTotal(
   ref dMass mass,
   float total_mass,
   int direction,
   float radius,
   float length
);

See Also

Ode Class | Tao.Ode Namespace