Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: ExperimentServer QEI_pmw MotorShield
Diff: BezierCurve.cpp
- Revision:
- 26:f67075d64cb3
- Parent:
- 17:1bb5aa45826e
--- a/BezierCurve.cpp Tue Sep 29 21:09:51 2020 +0000 +++ b/BezierCurve.cpp Sat Dec 04 20:46:13 2021 +0000 @@ -48,6 +48,7 @@ void BezierCurve::evaluate(float time, float point[]) { //float *_point = new float[_dim]; + // fill up point with dim number of zeros for(int i=0; i< _dim ; i++) { point[i] = 0; }