golib  0.5
goMath::Reparam< T > Class Template Reference

Static Public Member Functions

static bool equidistant (goMatrix< T > &curve, goSize_t maxIter, bool closed=true)
 Reparametrise close to equidistant points. More...
 

Member Function Documentation

◆ equidistant()

template<class T >
bool goMath::Reparam< T >::equidistant ( goMatrix< T > &  curve,
goSize_t  maxIter,
bool  closed = true 
)
static

Reparametrise close to equidistant points.

Parameters
curveConfiguration matrix with curve points in the rows.
maxIterMax. iterations. Stops after this many steps.
closedIf true, curve is considered closed (default: true)
Returns
True if successful, false otherwise.

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