Stay organized with collections Save and categorize content based on your preferences.

StopEngine

public interface StopEngine

Known direct subclasses
SpringStopEngine

This contains the class to provide the logic for an animation to come to a stop using a spring model.

StopLogicEngine.Decelerate
StopLogicEngine

This contains the class to provide the logic for an animation to come to a stop.


Summary

Public methods

abstract String
debug(String desc, float time)
abstract float
getInterpolation(float time)
abstract float
abstract float
getVelocity(float time)
abstract boolean

Public methods

debug

abstract String debug(String desc, float time)

getInterpolation

abstract float getInterpolation(float time)

getVelocity

abstract float getVelocity()

getVelocity

abstract float getVelocity(float time)

isStopped

abstract boolean isStopped()