MCPcopy Create free account

hub / github.com/LaVache-FR/AnimationUtil / functions

Functions38 in github.com/LaVache-FR/AnimationUtil

↓ 4 callersMethodease
The basic function for easing. @param t the time (either frames or in seconds/milliseconds) @param b the beginning value @param c the value changed @
fr/lavache/anime/Easing.java:193
↓ 3 callersMethodgetAmplitude
Returns the amplitude. @return the amplitude for this easing
fr/lavache/anime/Easing.java:243
↓ 3 callersMethodgetOvershoot
Returns the overshoot for this easing. @return this easing's overshoot
fr/lavache/anime/Easing.java:374
↓ 3 callersMethodgetPeriod
Returns the period. @return the period for this easing
fr/lavache/anime/Easing.java:225
↓ 1 callersMethodclamp
(float num, float min, float max)
fr/lavache/anime/Animate.java:68
↓ 1 callersMethodgetEase
()
fr/lavache/anime/Animate.java:66
MethodAnimate
()
fr/lavache/anime/Animate.java:9
MethodBack
Creates a new Back instance with the default overshoot (1.70158).
fr/lavache/anime/Easing.java:354
MethodBackIn
()
fr/lavache/anime/Easing.java:394
MethodBackInOut
()
fr/lavache/anime/Easing.java:431
MethodBackOut
()
fr/lavache/anime/Easing.java:412
MethodElastic
Creates a new Elastic easing with the specified settings. @param amplitude the amplitude for the elastic function @param period the period for the
fr/lavache/anime/Easing.java:208
MethodElasticIn
(float amplitude, float period)
fr/lavache/anime/Easing.java:261
MethodElasticInOut
(float amplitude, float period)
fr/lavache/anime/Easing.java:315
MethodElasticOut
(float amplitude, float period)
fr/lavache/anime/Easing.java:288
Methodease
(float t, float b, float c, float d)
fr/lavache/anime/Easing.java:269
Methodease
(float t, float b, float c, float d)
fr/lavache/anime/Easing.java:296
Methodease
(float t, float b, float c, float d)
fr/lavache/anime/Easing.java:323
Methodease
(float t, float b, float c, float d)
fr/lavache/anime/Easing.java:402
Methodease
(float t, float b, float c, float d)
fr/lavache/anime/Easing.java:420
Methodease
(float t, float b, float c, float d)
fr/lavache/anime/Easing.java:439
MethodgetMax
()
fr/lavache/anime/Animate.java:63
MethodgetMin
()
fr/lavache/anime/Animate.java:62
MethodgetSpeed
()
fr/lavache/anime/Animate.java:64
MethodgetValue
()
fr/lavache/anime/Animate.java:61
MethodisReversed
()
fr/lavache/anime/Animate.java:65
Methodreset
()
fr/lavache/anime/Animate.java:18
MethodrunGameLoop
()
fr/lavache/anime/DeltaCallExemple.java:13
MethodsetAmplitude
Sets the amplitude to the given value. @param amplitude the new amplitude
fr/lavache/anime/Easing.java:252
MethodsetEase
(Easing ease)
fr/lavache/anime/Animate.java:56
MethodsetMax
(float max)
fr/lavache/anime/Animate.java:41
MethodsetMin
(float min)
fr/lavache/anime/Animate.java:36
MethodsetOvershoot
Sets the overshoot to the given value. @param overshoot the new overshoot
fr/lavache/anime/Easing.java:383
MethodsetPeriod
Sets the period to the given value. @param period the new period
fr/lavache/anime/Easing.java:234
MethodsetReversed
(boolean reversed)
fr/lavache/anime/Animate.java:51
MethodsetSpeed
(float speed)
fr/lavache/anime/Animate.java:46
MethodsetValue
(float value)
fr/lavache/anime/Animate.java:32
Methodupdate
()
fr/lavache/anime/Animate.java:20