num_opt::hermite

Macro curve_params_getter

Source
macro_rules! curve_params_getter {
    ($name:ident, $c:expr, $v:ident) => { ... };
}
Expand description

Simplify defining functions to calculate position(x,y,z) or its derivatives from the coefficients.
Uses a polynomial representation.