Exemple #1
0
 public override void CalculateMassInertia()
 {
     this.mass    = Shape.CalculateMassInertia(this, out shifted, out inertia);
     this.shifted = Vector3.Zero;
 }