Boundary conditions for the spline end-points. More...
Public Types | |
enum | BoundaryType : uint8_t { FirstDerivative , SecondDerivative , NotAKnot } |
Boundary type. More... | |
Public Attributes | |
BoundaryType | type |
Type of the boundary condition. | |
Scalar | value |
Value of the boundary condition. | |
Boundary conditions for the spline end-points.
enum NAV::CubicSpline::BoundaryCondition::BoundaryType : uint8_t |