CubicBezier(List<Vector3> points, {Color color = WHITE}) : super(color: color) { setPoints(points); }