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


Public Methods | |
| GltPath3DHelix (const Vector &origin, const Vector &direction, const real radius, const real freq, const real phase) | |
| 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 84 of file path.h.
1.2.18