flutter/dev/benchmarks/microbenchmarks/lib
Greg Spencer 8b132015bb
Add CatmullRomCurve and CatmullRomSpline (#47547)
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.
2020-01-08 07:59:54 -08:00
..
geometry Add CatmullRomCurve and CatmullRomSpline (#47547) 2020-01-08 07:59:54 -08:00
gestures enable lint prefer_final_in_for_each (#47724) 2020-01-07 16:32:04 +01:00
language enable lint prefer_final_in_for_each (#47724) 2020-01-07 16:32:04 +01:00
stocks implicit-casts:false in dev (#45787) 2019-12-05 22:34:06 +01:00
common.dart enable lint prefer_final_in_for_each (#47724) 2020-01-07 16:32:04 +01:00