Ejemplo n.º 1
0
 public static float GetAngleDeg(Vector2f vector)
 {
     return(FlaiMath.ToDegrees(FlaiMath.GetAngle(vector)));
 }