use sliders to rotate cube hold space to increment all sliders by 1 and it makes a cool animation
https://www.malinc.se/math/linalg/rotatecubeen.php gave me the equations and the coordinates of the cube because i was too lazy to think about them (1,1,1), (1,-1,1), (-1,1,1), (-1,-1,1), (1,1,-1), (1,-1,-1), (-1,1,-1) and (-1,-1,-1). then wolfram alpha did the linear algebra for me because I didnt want to solve it on paper x * cos(b) * cos(c) - y * cos(b) * sin(c) + z sin(b) x(sin(a) sin(b) cos(c) + cos(a) sin(c)) + y(cos(a) cos(c) - sin(a) sin(b) sin(c)) - z sin(a) cos(b) the thing that sucks is that I spent over 2 hours on this because of how annoying to work with scratch is, plus i have an exam i should be studying for right now. I love scratch its just that i wish i could TYPE things sometimes. Like math equations with blocks are just complete torture to work with