#include <fit.h>
List of all members.
Public Member Functions |
| fit_t (void) throw () |
void | clear (void) throw () |
void | dump (const char *title) const throw () |
float | getq (IN float t) const throw () |
Public Attributes |
float | q0 |
float | a |
float | b |
float | c |
Detailed Description
Definition at line 87 of file fit.h.
Constructor & Destructor Documentation
bezier::fit_t::fit_t |
( |
void |
|
) |
throw () [inline] |
Definition at line 88 of file fit.h.
Member Function Documentation
void bezier::fit_t::clear |
( |
void |
|
) |
throw () [inline] |
Definition at line 89 of file fit.h.
void bezier::fit_t::dump |
( |
const char * |
title |
) |
const throw () [inline] |
Definition at line 93 of file fit.h.
float bezier::fit_t::getq |
( |
IN float |
t |
) |
const throw () [inline] |
Definition at line 98 of file fit.h.
Member Data Documentation
The documentation for this struct was generated from the following file: