public static float GetAngleDeg(Vector2f vector) { return(FlaiMath.ToDegrees(FlaiMath.GetAngle(vector))); }