示例#1
0
 private static float CalculateJumpSpeed_(float height) =>
 - FinMath.Sqrt(2 * GRAVITY * height);