Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
kopfsalat hat gesagt.:@stevg
Bedenke die Wort-Rotation-Ungleichung: "Rotation-Matrix" != "Matrix-Rotation" :wink:
for i=0, i<width{
for j=0, j<height{
matrixNeu(j,width-i)=matrixAlt(i,j)
}
}