| java.lang.Object | |
| ↳ | sofia.graphics.MotionStep |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| MotionStep() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static MotionStep | constantAcceleration(float vx, float vy, float ax, float ay) | ||||||||||
| static MotionStep | constantVelocity(float vx, float vy) | ||||||||||
| abstract void | step(float timeFraction, PointF point) | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||