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.
macro_rules! curve_params_getter {
($name:ident, $c:expr, $v:ident) => { ... };
}Simplify defining functions to calculate position(x,y,z)
or its derivatives from the coefficients.
Uses a polynomial representation.