struct Scar::Easing::CubicBezier
- Scar::Easing::CubicBezier
- Scar::Easing::EasingDefinition
- Struct
- Value
- Object
Overview
Can compute a 4 point Bezier curve easing. Adapted from CSS browser implementations.
Defined in:
scar/tween.crConstructors
Instance Method Summary
-
#calc(lf : Float32, epsilon : Float64) : Float32
Sample the curve with the given epsilon value
- #calc(lf : Float32) : Float32