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

Method BackIn

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

Source from the content-addressed store, hash-verified

392 */
393 class BackIn extends Back {
394 public BackIn() {
395 super();
396 }
397
398 public BackIn(float overshoot) {
399 super(overshoot);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected