Matrix4 makeShear(num xy, num xz, num yx, num yz, num zx, num zy) { set(1, yx, zx, 0, xy, 1, zy, 0, xz, yz, 1, 0, 0, 0, 0, 1); return this; }