Free Electron
|
Evaluate a stack of basis splines to approach the control points. More...
#include <ConvergentSpline.h>
Public Member Functions | |
void | setIterations (I32 a_iterations) |
void | setThreshold (Real a_threshold) |
Real | configure (I32 a_count, SpatialVector *a_pPoint, SpatialVector *a_pNormal) |
SpatialVector | solve (Real a_t) |
Private Member Functions | |
void | reset (void) |
Private Attributes | |
I32 | m_iterations |
Real | m_threshold |
I32 | m_count |
F64 * | m_pKnots |
F64 * | m_pControl [3] |
Evaluate a stack of basis splines to approach the control points.