Exemple #1
0
 /// Get the mass data for this fixture. The mass data is based on the Density and
 /// the shape. The rotational inertia is about the shape's origin. This operation
 /// may be expensive.
 public void GetMassData(out MassData massData)
 {
     m_shape.ComputeMass(out massData, m_Density);
 }