Module gr_extrema


Name:
gr_extrema - a GRToolbox module
Description:
Print the minimum and maximum point of each set.
By default the x coordinate is compared only.
Synopsis:
-[x y z 0 1 2 ... n min max length minlength maxlengthh o v noc nof now skip f m c e i s l]
-help For help on all options.
Special Options:
-x Compare x - coordinates.
-y Compare y - coordinates.
-z Compare z - coordinates.
-0 Compare 0. coordinates.
-1 Compare 1. coordinates.
...\n -n Compare n. coordinates.
-length Compare points by their length.
-min Print only minimal point.
-max Print only maximal point.
-minlength Print only minimal point compared by length.
-maxlength Print only maximal point compared by length.
Example Input Data:
1 0
3 4
5 2
8 9
10 3
&
0 1
2 3
3 4
4 9
Example Output Data:
1 0
10 3
&
0 1
4 9



Back to List of all GR Modules.