Warning: session_start(): open(/var/lib/php/sessions/sess_ss5vtm4opgc1idjjao5ta9mn3s, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
static Pt scalePt(Pt p, double f) {
ret new Pt(iround(p.x*f), iround(p.y*f));
}
static Pt scalePt(double f, Pt p) {
ret scalePt(p, f);
}
static Pt scalePt(int w, int h, double f) {
ret scalePt(Pt(w, h), f);
}