public static Deflection NewFromDoubleDegrees(Double asDegrees) { return new Deflection(asDegrees.ToRadians()); }