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

    Function transformPoint

    • Mutates the point in place to a tile coordinate

      Type Parameters

      • M extends Properties = Properties

      Parameters

      • vp: VectorPoint<M>

        input vector point that we are mutating in place

      • zoom: number

        current zoom

      • ti: number

        x translation

      • tj: number

        y translation

      Returns void