get-control-point-box
function getControlPointBox(ps: number[][]): number[][]
Defined in global-properties/bounds/get-control-point-box.ts:11
Returns a tight axis-aligned bounding box of the given bezier curve's control points. (Note that the box is not a tight bound of the bezier curve itself.)
Note!
Green circles are draggable!
Parameters:
Name | Type | Description |
---|---|---|
ps | number[][] | an order 1,2 or 3 bezier curve given as an ordered array of its control point coordinates, e.g. [[0,0], [1,1], [2,1], [2,0]] |