Constant function.
More...
#include <Func.h>
|
std::array< T, Order+1 > | coeff_ |
| Coefficients from low order (i.e., constant term) to high order. More...
|
|
double | t0_ |
| Offset of function arugment. More...
|
|
template<class T>
class TrajColl::Constant< T >
Constant function.
- Template Parameters
-
Definition at line 233 of file Func.h.
◆ Constant()
Constructor.
- Parameters
-
Definition at line 239 of file Func.h.
◆ operator()()
Evaluate function value.
- Parameters
-
t | arugment of function (which does not affect the return value) |
Reimplemented from TrajColl::Polynomial< T, 0 >.
Definition at line 244 of file Func.h.
The documentation for this class was generated from the following file:
- /home/runner/work/TrajectoryCollection/TrajectoryCollection/catkin_ws/src/TrajectoryCollection/include/TrajColl/Func.h