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

    Function pointFromST

    • Convert an s-t coordinate to an XYZ Point.

      Type Parameters

      • M extends Properties = Properties

      Parameters

      • face: Face

        The face of the S2 cell.

      • s: number

        The s-coordinate on the face.

      • t: number

        The t-coordinate on the face.

      • Optionalm: M

        M-Value data

      Returns VectorPoint<M>

      The XYZ Point representing the given s-t coordinates.