예제 #1
0
 public static float GetMassDistortion(IMyCubeGrid Grid)
 {
     return((float)Math.Pow(Math.Pow((Grid.GetTotalMass() / 1000) / (Math.Pow(Math.E, Math.E)), 3), 1 / 2) * 7);
 }