get_bounds
function get_bounds(A): Bounds;Defined in: utils.ts:4
Computes the axis-aligned bounding box of A.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
A | readonly Point[] |
function get_bounds(A): Bounds;Defined in: utils.ts:4
Computes the axis-aligned bounding box of A.
| Parameter | Type |
|---|---|
A | readonly Point[] |