Module gr_curvature


Name:
gr_curvature - a GRToolbox module
Description:
Calculate the curvature for a 2D curve.
Optionally the geometry can be displayed in
0., 1., and 2. order derivative.
Synopsis:
-[points derivative1 derivative2 no_curvature legendh o v noc nof now skip f m c e i s l]
-help For help on all options.
Special Options:
-points Print original points also.
-derivative1 Print first derivative also.
-derivative2 Print second derivative also.
-no_curvature Don't print the curvature.
-legend Print xvgr-style legend.
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.000000 -0.067082
3.000000 -0.156525
5.000000 -0.028284
8.000000 -0.633606
10.000000 -0.063246
&
0.000000 0.000000
2.000000 0.157135
3.000000 0.079057
4.000000 0.015086



Back to List of all GR Modules.