Function collectRay

  • 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

    const [furthest, middle, ...etc, closest] = collectRay(3dmap)
    

    Type Parameters

    • T

    Parameters

    Returns T[]

Generated using TypeDoc