new BezierCurve()
BezierCurve object draw as bezier curve between two points.
- Source:
Members
dashPattern
Dash line pattern to be used, is empty draws a solid line.
- Source:
from
Initial point of the curve.
Can be equal to the position object of another object. (Making it automatically follow that object.)
- Source:
fromCp
Intial position control point, indicates the tangent of the bezier curve on the first point.
- Source:
lineWidth
BezierCurve width.
- Source:
strokeStyle
Color of the line.
- Source:
to
Final point of the curve.
Can be equal to the position object of another object. (Making it automatically follow that object.)
- Source:
toCp
Final position control point, indicates the tangent of the bezier curve on the last point.
- Source:
Methods
(static) curveHelper()
Create a bezier curve helper, to edit the bezier curve anchor points.
- Source: