QuadraticBezier
class QuadraticBezier extends QuadraticBezier implements DrawingObjectInterface
Class QuadraticBezier
class QuadraticBezier extends QuadraticBezier implements DrawingObjectInterface
Class QuadraticBezier
                    
    __construct($point1, $control, $point2, $color = null)
        
                        array
    getPoint1()
        
                        array
    getControl()
        
                        array
    getPoint2()
        
                        Color
    getColor()
        
                        ImageInterface
    draw(ImageInterface $image)