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

    Function pointSubScalar

    • Take an XYZ Point and subtract an n from each component

      Parameters

      • xyz: VectorPoint

        The XYZ Point to subtract from.

      • n: number

        The amount to subtract.

      Returns VectorPoint

      • The XYZ Point with the subtracted amount.