![]() |
2022-Robot
Robot code for 2022 FRC Season by Argos, FRC team #1756
|
Point that helps generate an interpolation map. More...
#include <interpolation.h>
Public Member Functions | |
| constexpr | InterpMapPoint (T in, V out) |
| constexpr bool | operator< (const InterpMapPoint< T, V > &other) |
| constexpr bool | operator== (const InterpMapPoint< T, V > &other) |
Public Attributes | |
| T | inVal |
| V | outVal |
Point that helps generate an interpolation map.
| T | Internal type. Typically float or double |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
| T argos_lib::InterpMapPoint< T, V >::inVal |
| V argos_lib::InterpMapPoint< T, V >::outVal |