/// <summary> /// Give the bullet a custom rotation function, in degrees. /// </summary> public static SBOption Dir(Func <TExArgCtx, TEx <float> > dir) => new DirProp(Compilers.GCXUSB(x => CosSinDeg(dir(x))));