matrixproto.y = function (x, y) {
        return x * this.b + y * this.d + this.f;
    };