Now can do a SLIDE motion that is a linear move to an x/y.
This commit is contained in:
parent
f1f4cbc80f
commit
222c66a1f2
6 changed files with 58 additions and 48 deletions
|
|
@ -20,7 +20,8 @@ namespace ease {
|
|||
SQUEEZE=3,
|
||||
SQUASH=4,
|
||||
STRETCH=5,
|
||||
GROW=6
|
||||
GROW=6,
|
||||
SLIDE=7
|
||||
};
|
||||
|
||||
inline double sine(double x) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue