This website requires JavaScript.
Explore
Help
Register
Sign In
Team2890
/
allwpilib
Watch
4
Star
0
Fork
0
You've already forked allwpilib
mirror of
https://github.com/wpilibsuite/allwpilib
synced
2026-06-24 01:31:46 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
792e735e08f3aff1636e1492a6f64ceb6ebe574c
allwpilib
/
wpimath
/
src
/
main
/
native
/
include
/
frc
/
spline
History
Tyler Veness
181723e573
Replace
.to<double>()
and
.template to<double>()
with
.value()
(
#3667
)
...
It's a less verbose way to do the same thing.
2021-10-25 08:58:12 -07:00
..
CubicHermiteSpline.h
[wpimath] Clean up Eigen usage
2021-09-17 12:12:19 -07:00
QuinticHermiteSpline.h
[wpimath] Clean up Eigen usage
2021-09-17 12:12:19 -07:00
Spline.h
Replace
.to<double>()
and
.template to<double>()
with
.value()
(
#3667
)
2021-10-25 08:58:12 -07:00
SplineHelper.h
Replace
.to<double>()
and
.template to<double>()
with
.value()
(
#3667
)
2021-10-25 08:58:12 -07:00
SplineParameterizer.h
[wpimath] Explicitly export wpimath symbols
2021-09-17 12:12:19 -07:00