🦋 Shears the drawing context along the y-axis.
shear angle in radians
q5.draw = function () { background(0.8); translate(-75, -40); shearY(mouseX / 100); square(0, 0, 80);}; Copy
q5.draw = function () { background(0.8); translate(-75, -40); shearY(mouseX / 100); square(0, 0, 80);};
🦋 Shears the drawing context along the y-axis.