Sets the overshoot to the given value. @param overshoot the new overshoot
(float overshoot)
| 381 | * @param overshoot the new overshoot |
| 382 | */ |
| 383 | public void setOvershoot(float overshoot) { |
| 384 | this.overshoot = overshoot; |
| 385 | } |
| 386 | } |
| 387 | |
| 388 | /////////// BOUNCE EASING: exponentially decaying parabolic bounce ////////////// |
nothing calls this directly
no outgoing calls
no test coverage detected