-
-
Notifications
You must be signed in to change notification settings - Fork 98
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
Saften TargetSprite #458
Saften TargetSprite #458
Conversation
* Crash on negative exponential_speed to prevent imaginary values. * Document effects of parameter value ranges. * Prevent zero division when max speed is negative and sprite is at target.
Co-authored-by: Piper Thunstrom <pathunstrom@gmail.com>
Just want to ping this. I'm happy with what you've done here, just need it to be not a draft to get it in to the code base. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good. We'll probably come back to this API in the future, but it's functional and that's what we care about for this pass.
bors r+
458: Saften TargetSprite r=pathunstrom a=serin-delaunay * Crash on negative exponential_speed to prevent imaginary values. * Document effects of parameter value ranges. * Prevent zero division when max speed is negative and sprite is at target. Tests still only cover the standard usage, not error conditions or negative speeds. Co-authored-by: Serin Delaunay <serin.delaunay@gmail.com>
Build failed: |
bors retry |
Tests still only cover the standard usage, not error conditions or negative speeds.