Module gr_diff


Name:
gr_diff - a GRToolbox module
Description:
Calculates the differences in the coordinates between every two points.
In special 3D mode it takes two vectors as local coordinate system
definition and will return three angles for transforming one
coordinate system into the other.
Synopsis:
-[h o v noc nof now skip f m c e i s l]
-help For help on all options.
Special Options:
-3d Assuming point information + coordinatesystem
Format requested: x y z xt yt zt xn yn zn.
Example Input Data:
1 0
3 4
5 2
8 9
10 3
&
0 1
2 3
3 4
4 9
Example Output Data:
-2 -4
-2 2
-3 -7
-2 6
&
-2 -2
-1 -1
-1 -5



Back to List of all GR Modules.