trajectory_collection
|
Boundary constraint. More...
#include <CubicSpline.h>
Public Member Functions | |
BoundaryConstraint (const BoundaryConstraintType &_type, const T &_value) | |
Constructor. More... | |
Public Attributes | |
BoundaryConstraintType | type |
Type of boundary constraint. More... | |
T | value |
Value of boundary constraint. More... | |
Boundary constraint.
T | value type |
Definition at line 23 of file CubicSpline.h.
|
inline |
Constructor.
_type | type of boundary constraint |
_value | value of boundary constraint |
Definition at line 35 of file CubicSpline.h.
BoundaryConstraintType TrajColl::BoundaryConstraint< T >::type |
Type of boundary constraint.
Definition at line 26 of file CubicSpline.h.
T TrajColl::BoundaryConstraint< T >::value |
Value of boundary constraint.
Definition at line 29 of file CubicSpline.h.