Transformationsanwendungen

Eine Transformation wird mit den folgenden ST-Funktionen auf den Stapel geschoben. Die zuletzt geschobene Transformation ist die oberste Transformation auf dem Transformationsstapel. Wenn eine Transformation auf den Transformationsstapel geschoben wird, wird die Stapeltiefe um eins erhöht und TU entsprechend angepasst.

transTranslate(x:= LREAL, y:= LREAL, z:= LREAL);
(* A rotation pushed onto the stack of transformations is interpreted around the respective
axis using the current angle-unit, e.g. degree or radian. *)
transRotX(angle:= LREAL);
transRotY(angle:= LREAL);
transRotZ(angle:= LREAL);
transMirrorX();
transMirrorY();
transMirrorZ();
transScale(factor:= LREAL);