rotateX(angle);Rotate geometry around the X axis.
Arguments
angleThe angle of rotationrotateY(angle);Rotate geometry around the Y axis.
Arguments
angleThe angle of rotationrotateZ(angle);Rotate geometry around the Z axis.
Arguments
angleThe angle of rotationscale(x, y, [z]);scale geometry.
Arguments
xThe x scalingyThe y scaling[z]The z scalingtranslate(x, y, [z]);translate geometry.
Arguments
xThe x translationyThe y translation[z]The z translation