static Pt varyPt(Pt p, int w, int h) { ret varyPoint(p, w, h); } static Pt varyPt(Pt p, int range) { ret varyPoint(p, range); }