Skip to main content

Module easing

Module easing 

Source
Expand description

Easing curve verification.

Verifies that rendered animation curves match expected easing functions by comparing sampled keyframe values against the mathematical model.

Structs§

EasingVerification
Easing curve verification result.
Keyframe
A sampled keyframe from a rendered animation.

Functions§

sample_easing
Sample an easing function at N equally spaced points.
verify_easing
Verify sampled keyframes against an expected easing function.