logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

transform - apply geometric transformations to the input.

Author

       transform was written by Stephane Popinet <popinet@users.sourceforge.net>.

       This manual page was written by Ruben Molina <rmolina@udea.edu.co>, for the Debian project  (but  may  be
       used by others).

                                                  June 2, 2008                                      transform(1)

Description

       This manual page documents briefly the transform command.

Name

       transform - apply geometric transformations to the input.

Options

       This  program follow the usual GNU command line syntax, with long options starting with two dashes (`-').
       A summary of options is included below.

       -rANGLE, --rx=ANGLE
              Rotate around x-axis (ANGLE in degrees).

       -mANGLE, --ry=ANGLE
              Rotate around y-axis.

       -mANGLE, --rz=ANGLE
              Rotate around z-axis.

       -sFACTOR, --scale=FACTOR
              Scale by FACTOR.

       -RFACTOR, --sx=FACTOR
              Scale x-axis by FACTOR.

       -MFACTOR, --sy=FACTOR
              Scale y-axis by FACTOR.

       -NFACTOR, --sz=FACTOR
              Scale z-axis by FACTOR.

       -tV, --tx=V
              Translate of V along x-axis.

       -uV, --ty=V
              Translate of V along y-axis.

       -wV, --tz=V
              Translate of V along z-axis.

       -i, --revert
              Turn surface inside out.

       -o, --normalize
              Fit the resulting surface in a cube of size 1 centered at the origin.

       -v, --verbose
              Print statistics about the surface.

       -h, --help
              Display the help and exit.

Synopsis

transform [OPTIONS] < file.gts

See Also