getStroke
See source codegetStroke
Get an array of points describing a polygon that surrounds the input points.
function getStroke(points: VecLike[], options?: StrokeOptions): Vec[]Parameters
| Name | Description |
|---|---|
| An array of points (as |
| An object with options. |
Returns
Vec[]Prev
getPointsFromDrawSegmentsNext
getStrokeOutlinePoints