Matrix4 makeScale(num x, num y, num z) { set(x, 0, 0, 0, 0, y, 0, 0, 0, 0, z, 0, 0, 0, 0, 1); return this; }