WPILibC++ 2023.4.3-108-ge5452e3
|
Represents a control vector for a spline. More...
#include <frc/spline/Spline.h>
Public Attributes | |
wpi::array< double,(Degree+1)/2 > | x |
wpi::array< double,(Degree+1)/2 > | y |
Represents a control vector for a spline.
Each element in each array represents the value of the derivative at the index. For example, the value of x[2] is the second derivative in the x dimension.
wpi::array<double, (Degree + 1) / 2> frc::Spline< Degree >::ControlVector::x |
wpi::array<double, (Degree + 1) / 2> frc::Spline< Degree >::ControlVector::y |