Otter
0.9.8.91
2d Game Development Framework based on SFML.Net
|
Inherited by Otter.Tween.TweenerImpl.NumericLerper.
Public Types | |
enum | Behavior { None = 0, Reflect = 1, Rotation = 2, RotationRadians = 4, RotationDegrees = 8, Round = 16 } |
Public Member Functions | |
abstract void | Initialize (Object fromValue, Object toValue, Behavior behavior) |
abstract object | Interpolate (float t, object currentValue, Behavior behavior) |
Protected Attributes | |
const float | DEG = 180f / (float)Math.PI |
const float | RAD = (float)Math.PI / 180f |