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

    Function pointFromUVGL

    • Convert an Face-U-V coord to an XYZ Point using the right-hand-rule

      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.

      Returns VectorPoint

      The XYZ Point representing the given Face-U-V coordinates.