You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The chapter leading up to the first code snippet describes finding the next x-position using classic Verlet, but the code snippet (which implements a function simply called 'verlet' in many of the languages) does not return the next x-position, but actually demonstrates a time-of-flight algorithm without any context for it up to that point.
One would have to read all the way to the end of the chapter (or have watched the video) to understand what problem the code is actually solving.
The text was updated successfully, but these errors were encountered:
The chapter leading up to the first code snippet describes finding the next x-position using classic Verlet, but the code snippet (which implements a function simply called 'verlet' in many of the languages) does not return the next x-position, but actually demonstrates a time-of-flight algorithm without any context for it up to that point.
One would have to read all the way to the end of the chapter (or have watched the video) to understand what problem the code is actually solving.
The text was updated successfully, but these errors were encountered: