makeBoundingBoxFromPoints
makeBoundingBoxFromPoints(
points
):TBBox
Defined in: src/util/misc/boundingBoxFromPoints.ts:9
Calculates bounding box (left, top, width, height) from given points
Parameters
Section titled “Parameters”points
Section titled “points”XY
[]
Returns
Section titled “Returns”Object with left, top, width, height properties