Tao.Ode SDK Documentation

Ode.dMassAdd Method 

Add the mass b to the mass a.

[Visual Basic]
Public Shared Sub dMassAdd( _
   ByRef a As dMass, _
   ByVal b As dMass _
)
[C#]
public static void dMassAdd(
   ref dMass a,
   dMass b
);

Parameters

a
id of mass a
b
id of mass b

Remarks

mass a is modified to represent the combined mass

See Also

Ode Class | Tao.Ode Namespace