Type Alias CubicBezier

CubicBezier: {
    a: Point;
    b: Point;
    cubic1: Point;
    cubic2: Point;
}