Create Multi-Point-Conversion Object
mpco = float.mpc(tx, ty, [uv], [ov])
Creates a new MPC object that can be called to perform conversion.
Parameter | Type | Description |
---|---|---|
tx |
table | Table of x-values |
ty |
table | Table of y-values |
uv |
number | Under value (y-value when x is too small) |
ov |
number | Over value (y-value when x is too large) |
Returns | Type | Description |
---|---|---|
mpco |
object | 🗒️ mpco - Multi Point Conversion Object Intro |
Stores the tx
and ty
in a memory-effecient C structure in RAM.