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

Method BackOut

fr/lavache/anime/Easing.java:412–414  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

410 */
411 class BackOut extends Back {
412 public BackOut() {
413 super();
414 }
415
416 public BackOut(float overshoot) {
417 super(overshoot);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected