public static float3 Rotate(this float3 v, float degrees) { return(v.RotateRadians(degrees * UnityEngine.Mathf.Deg2Rad)); }