flutter/dev/benchmarks/microbenchmarks/lib/geometry
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
..
curves_bench.dart Add CatmullRomCurve and CatmullRomSpline (#47547) 2020-01-08 07:59:54 -08:00
matrix_utils_transform_bench.dart License update (#45373) 2019-11-27 15:04:02 -08:00
rrect_contains_bench.dart Add CatmullRomCurve and CatmullRomSpline (#47547) 2020-01-08 07:59:54 -08:00