Function pointGet

  • Get a value from a three-dimensional map with a point

    Date

    3/14/2023 - 12:35:21 PM

    Export

    Returns

    Example

    const v = pointGet(mapThree, { x: 1, y: 1, z: 1 })
    

    Type Parameters

    • T

    Parameters

    Returns T | undefined

Generated using TypeDoc