(This is in global.h, not RageUtil.h, because we include math.h in global.h, and M_PI is generally associated with math.h. As some systems do provide it in math.h, if we put it in RageUtil.h then we'll suffer breakage when people on those systems use M_PI without including RageUtil.h.)