| Homepage | Demos | Overview | Downloads | Tutorials | Reference | Credits |
#include <Path.h>
Inheritance diagram for SplinePath:

Public Member Functions | |
| SplinePath () | |
| void | init (point x, point dx) |
| void | add (point x, point dx, double length, double t) |
| point | eval (double t) |
| point | eval_deriv (double t) |
Private Attributes | |
| NonUniformHermiteSplineSegment< point, fnum > | s |
| double | t0 |
| double | t1 |
| point | x0 |
| point | x1 |
| point | dx0 |
| point | dx1 |
|
|
|
|
||||||||||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Tekkotsu v1.4 |
Generated Sat Jul 19 00:09:11 2003 by Doxygen 1.3.2 |