transform -V (return code: 1)
transform: unrecognized option '--version'
Try `transform --help' for more information.
transform --help (return code: 0)
Usage: transform [OPTION] < file.gts
Apply geometric transformations to the input.
-r ANGLE --rx=ANGLE rotate around x-axis (angle in degrees)
-m ANGLE --ry=ANGLE rotate around y-axis
-n ANGLE --rz=ANGLE rotate around z-axis
-s FACTOR --scale=FACTOR scale by FACTOR
-R FACTOR --sx=FACTOR scale x-axis by FACTOR
-M FACTOR --sy=FACTOR scale y-axis by FACTOR
-N FACTOR --sz=FACTOR scale z-axis by FACTOR
-t V --tx=V translate of V along x-axis
-u V --ty=V translate of V along y-axis
-w V --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 this help and exit
Reports bugs to popinet@users.sourceforge.net