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

    Function extendBBox

    • Extends a bounding box to include a point

      Parameters

      • bbox: undefined | BBOX

        the bounding box to extend, if it doesn't exist it will be created otherwise just modified

      • point: VectorPoint

        the point to add to the bbox

      Returns BBOX

      • the extended bbox