matrixproto.x = function (x, y) {
            return x * this.a + y * this.c + this.e;
        };