smoothQ: function(x, y, relative) {
        relative = (isArray(x) ? y : relative);
        return this._coords((relative ? 't' : 'T'), x, y);
    },