Creates a new Back instance with the default overshoot (1.70158).
()
| 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. |
nothing calls this directly
no outgoing calls
no test coverage detected