Red Bird Racing VCU v2
 
Loading...
Searching...
No Matches
Interp.hpp File Reference

Declaration and definition of the LinearInterp class template for linear interpolation. More...

#include <stdint.h>
Include dependency graph for Interp.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  TablePoint< Tin, Tout >
 Structure representing a point in the interpolation table. More...
 
class  LinearInterp< Tin, Tout, Tmid, size >
 Class template for performing linear interpolation using a lookup table. More...
 

Detailed Description

Declaration and definition of the LinearInterp class template for linear interpolation.

Author
Planeson, Red Bird Racing
Version
1.2.3
Date
2026-02-09

Definition in file Interp.hpp.