compute_aabb_from_points
compute_aabb_from_points(result, input, input_offset, input_count, d)
Multidimensional axis-aligned bounding box calculation
Kind: global function
| Param | Type | Description |
|---|---|---|
| result | Array.<number> | |
| input | Array.<number> | ArrayLike.<number> | |
| input_offset | number | |
| input_count | number | |
| d | number | number of dimensions |