robotoc
robotoc - efficient ROBOT Optimal Control solvers
Loading...
Searching...
No Matches
interpolation_order.hpp
Go to the documentation of this file.
1#ifndef ROBOTOC_INTERPOLATION_ORDER_HPP_
2#define ROBOTOC_INTERPOLATION_ORDER_HPP_
3
4namespace robotoc {
5
11 Linear,
12 Zero,
13};
14
15} // namespace robotoc
16
17#endif // ROBOTOC_INTERPOLATION_ORDER_HPP_
Definition: constraint_component_base.hpp:17
InterpolationOrder
Order of the interpolation.
Definition: interpolation_order.hpp:10