It would be nice to be able to get the angle which is an arbitrary fraction around the circle. I think it would be something like: ```cs public static Angle FromFraction(double fraction) => FromDegrees(fraction * 360); ```