-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider adding a distance and speed property to accessor #147
Comments
Make a method instead of a property. |
Maybe |
See exhaustive discussion in #162 |
or edit this to add more convenience methods to the accessor, e.g. |
Yeah, i'd keep it open, because we may consider adding those convenience methods. |
Consider calling distance "path length" |
We've decided to refer to "distance travelled" as While implementing the |
From the kinematics tutorial PR review:
We could add a "distance" property in our accessor to access directly the distance travelled, e.g:
Similarly with speed.
The text was updated successfully, but these errors were encountered: