Creates a Catmull-Rom curve with the given alpha.
Curve curveCatmullRom({double alpha = 0.5}) => CurveCatmullRom(alpha: alpha);