chopFn

function
chopFn
RayTK
v0.36

Function that looks up values in a CHOP.

Parameters

  • :
  • Chop: The CHOP that values are pulled from.
  • Extend Mode: How to handle coordinates outside the range.
    • Hold: Extends the first/last value on each end.
    • Zero: Produces a value of zero outside the range.
    • Repeat: Repeats the range.
    • Mirror: Repeats the range but flips every other part.
  • Range: The range of indices to map to the full range of the CHOP.