Options for generating a uniform s(t) sampling grid. More...
#include <interpolation.hpp>
Public Attributes | |
| double | t0 = 0.0 |
| bool | include_final = true |
Options for generating a uniform s(t) sampling grid.
C++17 does not have designated initializers, so this small struct keeps the uniform-grid API compact while remaining aggregate-initializable.
Definition at line 124 of file interpolation.hpp.
| double copp::interpolation::TimeGridOptions::t0 = 0.0 |
Definition at line 126 of file interpolation.hpp.
| bool copp::interpolation::TimeGridOptions::include_final = true |
Definition at line 127 of file interpolation.hpp.