#include <path.h>
Inheritance diagram for GltPath3DLine:


Public Methods | |
| GltPath3DLine (const Vector &origin, const Vector &direction) | |
| Constructor. | |
| Vector | f (const real t) const |
| f(t) - position in 3D space as a function of time | |
| Vector | df (const real t) const |
| f'(t) - first derivative as a function of time | |
| Vector | ddf (const real t) const |
| f''(t) - second derivative as a function of time | |
Definition at line 63 of file path.h.
1.2.18