public class

EaseElasticOut

extends Object
implements MathConstants IEaseFunction
java.lang.Object
   ↳ org.andengine.util.modifier.ease.EaseElasticOut

Class Overview

(c) 2010 Nicolas Gramlich (c) 2011 Zynga Inc.

Summary

[Expand]
Inherited Constants
From interface org.andengine.util.math.MathConstants
Public Methods
static EaseElasticOut getInstance()
float getPercentage(float pSecondsElapsed, float pDuration)
static float getValue(float pSecondsElapsed, float pDuration, float pPercentageDone)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.andengine.util.modifier.ease.IEaseFunction

Public Methods

public static EaseElasticOut getInstance ()

public float getPercentage (float pSecondsElapsed, float pDuration)

public static float getValue (float pSecondsElapsed, float pDuration, float pPercentageDone)