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

    Function pointAddScalar

    • Take an XYZ Point and add an n to each component

      Parameters

      • xyz: VectorPoint

        The XYZ Point to add to.

      • n: number

        The amount to add.

      Returns VectorPoint

      • The XYZ Point with the added amount.