예제 #1
0
 public float GetLength()
 => CalcF.Hypotenuse(X, Y);
예제 #2
0
 public Vector2 GetNormal()
 => CalcF.Rotate(X, Y, AngleF.Up);