1transform(1) GNU Triangulated Surface utils transform(1)
2
3
4
6 transform - apply geometric transformations to the input.
7
8
10 transform [OPTIONS] < file.gts
11
12
14 This manual page documents briefly the transform command.
15
16
18 This program follow the usual GNU command line syntax, with long
19 options starting with two dashes (`-'). A summary of options is
20 included below.
21
22 -r ANGLE, --rx=ANGLE
23 Rotate around x-axis (ANGLE in degrees).
24
25 -m ANGLE, --ry=ANGLE
26 Rotate around y-axis.
27
28 -m ANGLE, --rz=ANGLE
29 Rotate around z-axis.
30
31 -s FACTOR, --scale=FACTOR
32 Scale by FACTOR.
33
34 -R FACTOR, --sx=FACTOR
35 Scale x-axis by FACTOR.
36
37 -M FACTOR, --sy=FACTOR
38 Scale y-axis by FACTOR.
39
40 -N FACTOR, --sz=FACTOR
41 Scale z-axis by FACTOR.
42
43 -t V, --tx=V
44 Translate of V along x-axis.
45
46 -u V, --ty=V
47 Translate of V along y-axis.
48
49 -w V, --tz=V
50 Translate of V along z-axis.
51
52 -i, --revert
53 Turn surface inside out.
54
55 -o, --normalize
56 Fit the resulting surface in a cube of size 1 centered at the
57 origin.
58
59 -v, --verbose
60 Print statistics about the surface.
61
62 -h, --help
63 Display the help and exit.
64
65
67 transform was written by Stephane Popinet <popinet@users.sourceā
68 forge.net>.
69
70 This manual page was written by Ruben Molina <rmolina@udea.edu.co>, for
71 the Debian project (but may be used by others).
72
73
74
75 June 2, 2008 transform(1)