#include <param_func_spline0_dist.hpp>
Protected Attributes | |
std::vector< std::vector< std::size_t > > | arc2func_ |
Maps the arc parametrizations to the functions that use them. More... | |
std::vector< std::size_t > | funcEvalArcCacheIdxUnder_ |
Contains the index of the next control point relative to the last evaluation point. More... | |
Definition at line 58 of file param_func_spline0_dist.hpp.
|
protected |
Maps the arc parametrizations to the functions that use them.
Definition at line 62 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 66 of file param_func_spline0_dist.hpp.