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

Method Back

fr/lavache/anime/Easing.java:354–356  ·  view source on GitHub ↗

Creates a new Back instance with the default overshoot (1.70158).

()

Source from the content-addressed store, hash-verified

352 * Creates a new Back instance with the default overshoot (1.70158).
353 */
354 public Back() {
355 this(DEFAULT_OVERSHOOT);
356 }
357
358 /**
359 * Creates a new Back instance with the specified overshoot.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected