unpackNumbersToNestedArrays MethodStatic
return an 2-dimensional array containing all the values of data in arrays of numPerBlock
unpackNumbersToNestedArrays(data: Float64Array, numPerBlock: number): any[]
| Parameter | Type | Description |
|---|---|---|
| data | Float64Array | simple array of numbers |
| numPerBlock | number | number of values in each block at first level down |
Returns - any[]
Defined in
- geometry3d/PointHelpers.ts Line 704
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.