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

    Function pointNormalize

    • Take an XYZ Point and divide each component by its length

      Type Parameters

      • M extends Properties = Properties

      Parameters

      • xyz: VectorPoint<M>

        The XYZ Point to divide.

      Returns VectorPoint<M>

      • The XYZ Point with the divided amount.