Public Member Functions | Public Attributes

bezier::fit_t Struct Reference

#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

Definition at line 107 of file fit.h.

Definition at line 108 of file fit.h.

Definition at line 109 of file fit.h.

Definition at line 110 of file fit.h.


The documentation for this struct was generated from the following file: