Module gr_curvature2


Name:
gr_curvature2 - a GRToolbox module
Description:
Calculate the curvature for a 2D curve.
The derivatives are calculated by weigthed central
differences.
Synopsis:
-[h o v noc nof now skip f m c e i s l]
-help For help on all options.
Special Options:
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.000000
3.000000 8.000000
5.000000 -0.080000
8.000000 0.096049
10.000000 0.033218
&
&
0.000000 0.000000
2.000000 -4.000000
3.000000 -0.064004
4.000000 -0.016000
&



Back to List of all GR Modules.