You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. use Movement.getPosition with Movement.SLOWING parameter
2. look at Movement source reveals SLOWING == CUBIC
What is the expected output?
slowing behaviour
What do you see instead?
cubic behaviour
What version of Rokon are you using?
2.0.3
On which version of Android are you experiencing this?
any
Please provide any additional information below.
Example fix:
...
public final static SLOWING = 5;
...
case SLOWING:
return (float)Math.cos(position * PI_OVER_TWO - PI_OVER_TWO);
...
I also attached a modified version of Movement.java
Original issue reported on code.google.com by [email protected] on 21 Sep 2010 at 11:14
Original issue reported on code.google.com by
[email protected]
on 21 Sep 2010 at 11:14Attachments:
The text was updated successfully, but these errors were encountered: