public class

EaseCubicOut

extends Object
implements IEaseFunction
java.lang.Object
   ↳ org.anddev.andengine.util.modifier.ease.EaseCubicOut

Class Overview

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

Summary

[Expand]
Inherited Fields
From interface org.anddev.andengine.util.modifier.ease.IEaseFunction
Public Methods
static EaseCubicOut getInstance()
float getPercentage(float pSecondsElapsed, float pDuration)
static float getValue(float pPercentage)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.anddev.andengine.util.modifier.ease.IEaseFunction

Public Methods

public static EaseCubicOut getInstance ()

public float getPercentage (float pSecondsElapsed, float pDuration)

public static float getValue (float pPercentage)