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
currently only used for 3D
Arguments
xThe x scalingyThe y scaling[z]The z scalingtranslate(x, y, [z]);translate geometry
currently only used for 3D
Arguments
xThe x translationyThe y translation[z]The z translation