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

    Function pointFromLonLatGL

    • Convert a lon-lat coord to an XYZ Point using the right-hand-rule. This function takes longitude and latitude as input and returns the corresponding XYZ coordinates.

      Type Parameters

      • M extends Properties = Properties

      Parameters

      • ll: VectorPoint<M>

        LonLat vector point in degrees

      Returns VectorPoint<M>

      The XYZ Point representing the provided longitude and latitude.