Raptor:Table Interpolation 2D Reference
Jump to navigation
Jump to search
Return to the main Raptor page
Description
References an existing Table Interpolation 2D block elsewhere in the model.
Interpolates a value based on a 2 dimensional table. The index input to this block must be the output from a Raptor Table Axis or Raptor Table Axis Reference block. The adapt function can be used to dynamically adapt the table data during runtime.
Name should match referenced Table Interpolation 2D block.
Inputs
Input | Type | Description |
---|---|---|
y index | Fractional index to use to interpolate the table data. | |
x index | Fractional index to use to interpolate the table data. | |
Adapt Min | The minimum value to adapt the table to. Only available when use adapt input is enabled. | |
Adapt Max | The maximum value to adapt the table to. Only available when use adapt input is enabled. | |
Adapt Quantity | The amount to adapt the table by. Only available when use adapt input is enabled. |
Outputs
Output | Type | Description |
---|---|---|
output | The interpolated value from the table. Note: When table adaption is turned on, the table is adapted first, then interpolated. | |
Adapt Output | The amount that the table was interpolated by. This will be either 0, adapt quantity or adapt quantity/2. Only available when show adapt output is enabled. |
Parameters
Parameter | Type | Description |
---|---|---|
Name | String | This is the name of the referenced Table Interpolation 2D Block. |