gis-tools-ts - v0.6.0
    Preparing search index...

    Function pointFromUV

    • Convert a u-v coordinate to an XYZ Point.

      Type Parameters

      • M extends Properties = Properties

      Parameters

      • face: Face

        The face of the S2 cell.

      • u: number

        The u-coordinate on the face.

      • v: number

        The v-coordinate on the face.

      • Optionalm: M

        M-Value data

      Returns VectorPoint<M>

      The XYZ Point representing the given u-v coordinates.