From f0a5f86aa567c561b0e059d301fb1542d1d770bf Mon Sep 17 00:00:00 2001 From: rusefillc Date: Tue, 14 Jan 2025 11:35:09 -0500 Subject: [PATCH] todo: add support for scaled_channel to match Map3D flexibility? --- util/include/rusefi/interpolation.h | 1 + 1 file changed, 1 insertion(+) diff --git a/util/include/rusefi/interpolation.h b/util/include/rusefi/interpolation.h index cef72de..29723ef 100644 --- a/util/include/rusefi/interpolation.h +++ b/util/include/rusefi/interpolation.h @@ -93,6 +93,7 @@ float interpolate2d(const float value, const TBin (&bin)[TSize], const TValue (& } // TS defines tables as [y_row_count x x_column_count] and we follow that weird Y, X order of arguments here +// todo: add support for scaled_channel to match Map3D flexibility? template float interpolate3d(const VType (&table)[RNum][X_ColumnNum], const RType (&rowBins)[RNum], float yRowValue,