|
LightLib
PROS library for VEX V5: EKF/MCL localization, RAMSETE path following, high-level chassis API
|
An intermediate value used in the "naive" generation step. More...
#include <spline.hpp>
Public Member Functions | |
| GeneratedVector (GeneratedPoint ipoint, double ivel, double iaccel, double ijerk) | |
| std::string | to_string () const |
Public Attributes | |
| GeneratedPoint | point |
| double | vel |
| double | accel |
| double | jerk |
An intermediate value used in the "naive" generation step.
Contains the final GeneratedPoint value that will be returned as well as the spline's derivative values to perform the initial check against the constraints.
Definition at line 126 of file spline.hpp.
|
inline |
Definition at line 127 of file spline.hpp.
|
inline |
Definition at line 138 of file spline.hpp.
| double squiggles::SplineGenerator::GeneratedVector::accel |
Definition at line 135 of file spline.hpp.
| double squiggles::SplineGenerator::GeneratedVector::jerk |
Definition at line 136 of file spline.hpp.
| GeneratedPoint squiggles::SplineGenerator::GeneratedVector::point |
Definition at line 133 of file spline.hpp.
| double squiggles::SplineGenerator::GeneratedVector::vel |
Definition at line 134 of file spline.hpp.