| # | Line 14 | Line 14 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 14 | ||
| 15 | void hermite3(double hp[3], double p0[3], double p1[3], | |
| 16 | double r0[3], double r1[3], double t); | |
| 17 | < | htan3(double ht[3], double p0[3], double p1[3], |
| 17 | > | void htan3(double ht[3], double p0[3], double p1[3], |
| 18 | double r0[3], double r1[3], double t); | |
| 19 | ||
| 20 | static void genstring( | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |