| Package | Description |
|---|---|
| org.mechio.api.animation | |
| org.mechio.api.interpolation.bezier | |
| org.mechio.api.interpolation.cspline | |
| org.mechio.api.interpolation.linear |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BezierInterpolator |
| Modifier and Type | Method and Description |
|---|---|
Interpolator |
BezierInterpolatorFactory.getValue() |
| Modifier and Type | Class and Description |
|---|---|
class |
CSplineInterpolator
Implementation of a Catmull-Rom Cardinal Spline using reflected endpoints.
|
| Modifier and Type | Method and Description |
|---|---|
Interpolator |
CSplineInterpolatorFactory.getValue() |
| Modifier and Type | Class and Description |
|---|---|
class |
LinearInterpolator
Performs a linear interpolation between control points.
|
| Modifier and Type | Method and Description |
|---|---|
Interpolator |
LinearInterpolatorFactory.getValue() |
Copyright © 2011-2016. All Rights Reserved.