Type Alias QuadraticBezier

QuadraticBezier: {
    a: Point;
    b: Point;
    quadratic: Point;
}