math docs
    Preparing search index...

    Function remapClamp

    • Remaps a number from one range to another, clamping the result to the output range.

      Parameters

      • value: number
      • inLow: number
      • inHigh: number
      • outLow: number
      • outHigh: number

      Returns number