Computer Science, asked by babymandal9876, 7 months ago

2. list the bauc
microcomputers, mini computere,
features
mainframes and
super comput
s
ito​

Answers

Answered by IQueenI
0

Answer:

var cubex = -22, // initial rotation

cubey = -38,

cubez = 0;

function rotate(variableName, degrees) {

window[variableName] = window[variableName] + degrees;

rotCube(cubex, cubey, cubez);

}

function rotCube(degx, degy, degz){

segs = "rotateX("+degx+"deg) rotateY("+degy+"deg) rotateZ("+degz+"deg) translateX(0) translateY(0) translateZ(0)";

$('#D3Cube').css({"transform":segs});

}

function turnRight() {

rotate("cubey", 90);

}

function turnLeft() {

rotate("cubey", -90);

}

function flipCube() {

rotate("cubez", -180);

}

Answered by Adithya8055
5

Explanation:

queen your coding arent working

Similar questions