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

    Function pointMulScalar

    • Take an XYZ Point and multiply each component by n

      Parameters

      • xyz: VectorPoint

        The XYZ Point to multiply.

      • n: number

        The amount to multiply.

      Returns VectorPoint

      • The XYZ Point with the multiplied amount.