rb.velocity = Vector3.up Mathf.Sqrt(-2f Physics.gravity.y * height);
위 코드가 제목의 공식을 이용해 적은 거라고 하는데 왜 저런 코드가 나왔는지 잘 모르겠습니다. 무슨 공식인가요?