Free Electron
Public Member Functions | Private Member Functions | Private Attributes | List of all members
fe::ext::ConvergentSpline Class Reference

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]
 

Detailed Description

Evaluate a stack of basis splines to approach the control points.


The documentation for this class was generated from the following files: