|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Interpolator in org.robokind.api.animation |
|---|
| Classes in org.robokind.api.animation that implement Interpolator | |
|---|---|
class |
MotionPath
An extended PathInterpolator which can generate a CompiledPath from the interpolated positions. |
class |
PathInterpolator
Wraps an Interpolator to provide certain guarantees for animating. |
| Uses of Interpolator in org.robokind.api.interpolation |
|---|
| Methods in org.robokind.api.interpolation that return Interpolator | |
|---|---|
abstract Interpolator |
InterpolatorFactory.create()
|
| Uses of Interpolator in org.robokind.api.interpolation.bezier |
|---|
| Classes in org.robokind.api.interpolation.bezier that implement Interpolator | |
|---|---|
class |
BezierInterpolator
|
| Methods in org.robokind.api.interpolation.bezier that return Interpolator | |
|---|---|
Interpolator |
BezierInterpolatorFactory.create()
|
| Uses of Interpolator in org.robokind.api.interpolation.cspline |
|---|
| Classes in org.robokind.api.interpolation.cspline that implement Interpolator | |
|---|---|
class |
CSplineInterpolator
Implementation of a Catmull-Rom Cardinal Spline using reflected endpoints. |
| Methods in org.robokind.api.interpolation.cspline that return Interpolator | |
|---|---|
Interpolator |
CSplineInterpolatorFactory.create()
|
| Uses of Interpolator in org.robokind.api.interpolation.linear |
|---|
| Classes in org.robokind.api.interpolation.linear that implement Interpolator | |
|---|---|
class |
LinearInterpolator
Performs a linear interpolation between control points. |
| Methods in org.robokind.api.interpolation.linear that return Interpolator | |
|---|---|
Interpolator |
LinearInterpolatorFactory.create()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||