2 * Copyright 2009, Haiku Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
6 * Alexandre Deckner <alex@zappotek.com>
15 static float EaseInOutCubic(float time
, float begin
, float distance
,
17 static float EaseInOutQuart(float time
, float begin
, float distance
,
19 static float EaseInOutQuint(float time
, float begin
, float distance
,
21 static float EaseInOutSine(float time
, float begin
, float distance
,
25 #endif /* _MATH_UTILS_H */