struct
#include <BipedalLocomotion/Math/Spline.h>
DerivativeBoundaryConditions BoundaryConditions is a struct that contains the boundary conditions of the spline.
Public variables
- T velocity
- Velocity (1st order derivative) of the spline.
- T acceleration
- Acceleration (2nd order derivative) of the spline.