public static Trafo2d RotationInDegrees(double angleInDegrees) { return(Rotation(Conversion.RadiansFromDegrees(angleInDegrees))); }