• Greg Spencer's avatar
    Add CatmullRomCurve and CatmullRomSpline (#47547) · 8b132015
    Greg Spencer authored
    This adds CatmullRomCurve animation curve, and a CatmullRomSpline, which is what it uses to do interpolation.
    
    This allows us to create animation curves which can smoothly interpolate the values given to the curve.
    
    Since I've introduced a 2D spline curve, I also created a Curve2D base class for such parametric curves.
    8b132015
Name
Last commit
Last update
..
animation_controller_test.dart Loading commit data...
animations_test.dart Loading commit data...
curves_test.dart Loading commit data...
futures_test.dart Loading commit data...
iteration_patterns_test.dart Loading commit data...
listener_helpers_test.dart Loading commit data...
tween_test.dart Loading commit data...