Given a three-dimensional map, return a one dimensional array sorted by ascending z -> x -> y containing values at those paths
3/14/2023 - 12:23:06 PM
const [furthest, middle, ...etc, closest] = collectRay(3dmap)
Generated using TypeDoc
Given a three-dimensional map, return a one dimensional array sorted by ascending z -> x -> y containing values at those paths
Date
3/14/2023 - 12:23:06 PM
Export
Returns
Example