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