class CubicBezier extends CubicBezier implements DrawingObjectInterface

Class CubicBezier

Methods

__construct($point1, $control1, $control2, $point2, Color $color)

CubicBezier constructor.

array
getPoint1()

No description

array
getControl1()

No description

array
getControl2()

No description

array
getPoint2()

No description

getColor()

No description

draw(ImageInterface $image)

No description

Details

in CubicBezier at line line 52
__construct($point1, $control1, $control2, $point2, Color $color)

CubicBezier constructor.

Parameters

$point1
$control1
$control2
$point2
Color $color

in CubicBezier at line line 66
array getPoint1()

Return Value

array

in CubicBezier at line line 74
array getControl1()

Return Value

array

in CubicBezier at line line 82
array getControl2()

Return Value

array

in CubicBezier at line line 90
array getPoint2()

Return Value

array

in CubicBezier at line line 98
Color getColor()

Return Value

Color

at line line 20
ImageInterface draw(ImageInterface $image)

Parameters

ImageInterface $image

Return Value

ImageInterface