Module gr_roll


Name:
gr_roll - a GRToolbox module
Description:
Cyclic rotation of point coordinates.
The coordinates will be rotated in the way, that
the old x-value will become the new y-value.
In case for 2D data the old y- will be new x-value.
In case for 3D data the old y- will be new z-value.
Synopsis:
-[-h o v noc nof now skip f m c e i s l]
-help For help on all options.
Special Options:
- Rotate in reverse direction.
Example Input Data:
0 1 2
3 4 5 4
6 7 8
9 10 11
12 13 14
Example Output Data:
1 2 0
4 5 3
7 8 6
10 11 9
13 14 12



Back to List of all GR Modules.