public static Fix64 Angle(this VoltVector2 v)
 {
     return(VoltMath.Atan2(v.y, v.x));
 }