MCPcopy Create free account
hub / github.com/LaVache-FR/AnimationUtil / setOvershoot

Method setOvershoot

fr/lavache/anime/Easing.java:383–385  ·  view source on GitHub ↗

Sets the overshoot to the given value. @param overshoot the new overshoot

(float overshoot)

Source from the content-addressed store, hash-verified

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 //////////////

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected