mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +00:00
[docs] Add missing JavaDocs (#6146)
This commit is contained in:
@@ -44,7 +44,10 @@ class Spline {
|
||||
* dimension.
|
||||
*/
|
||||
struct ControlVector {
|
||||
/// The x components of the control vector.
|
||||
wpi::array<double, (Degree + 1) / 2> x;
|
||||
|
||||
/// The y components of the control vector.
|
||||
wpi::array<double, (Degree + 1) / 2> y;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user