#include <param_func_spline0_dist.hpp>
Protected Attributes | |
std::array< std::vector< std::size_t >, TArcLatticeSize > | arc2func_ |
Maps the arc parametrizations to the functions that use them. More... | |
std::array< std::size_t, TArcLatticeSize > | funcEvalArcCacheIdxUnder_ |
Contains the index of the next control point relative to the last evaluation point. More... | |
Definition at line 69 of file param_func_spline0_dist.hpp.
|
protected |
Maps the arc parametrizations to the functions that use them.
Definition at line 73 of file param_func_spline0_dist.hpp.
|
protected |
Contains the index of the next control point relative to the last evaluation point.
Definition at line 77 of file param_func_spline0_dist.hpp.