2005
Simon Budig
Extends a bezier stroke with a conic bezier spline.
Extends a bezier stroke with a conic bezier spline. Actually a cubic bezier spline gets added that realizes the shape of a conic bezier spline.
unknown
Type | Name | Description |
---|---|---|
unknown | vectors | The vectors object |
PF_INT | stroke-id | The stroke ID |
PF_FLOAT | x0 | The x-coordinate of the control point |
PF_FLOAT | y0 | The y-coordinate of the control point |
PF_FLOAT | x1 | The x-coordinate of the end point |
PF_FLOAT | y1 | The y-coordinate of the end point |
None