![]() |
FancySafeBot 0.0.1
A safe robotics library
|
Coefficients of a quintic polynomial.
#include <fsb_quintic.h>

Public Attributes | |
| Real | c0 = 0.0 |
| Constant term. | |
| Real | c1 = 0.0 |
| Linear term. | |
| Real | c2 = 0.0 |
| Quadratic term. | |
| Real | c3 = 0.0 |
| Cubic term. | |
| Real | c4 = 0.0 |
| Quartic term. | |
| Real | c5 = 0.0 |
| Quintic term. | |