This commit is contained in:
Scott Lahteine
2024-04-24 19:08:58 -05:00
parent b9c8e24f67
commit 30ece3d9e7
+1 -1
View File
@@ -58,7 +58,7 @@
*
* time ----->
*
* the shape the speed curve over time forms a TRAPEZOID. The slope of acceleration is calculated by
* The speed over time graph forms a TRAPEZOID. The slope of acceleration is calculated by
* v = u + t
* where 't' is the accumulated timer values of the steps so far.
*