2022-Robot
Robot code for 2022 FRC Season by Argos, FRC team #1756
Loading...
Searching...
No Matches
argos_lib::InterpMapPoint< T, V > Struct Template Reference

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

inVal
 
outVal
 

Detailed Description

template<class T, class V>
struct argos_lib::InterpMapPoint< T, V >

Point that helps generate an interpolation map.

Template Parameters
TInternal type. Typically float or double

Constructor & Destructor Documentation

◆ InterpMapPoint()

template<class T , class V >
constexpr argos_lib::InterpMapPoint< T, V >::InterpMapPoint ( in,
out 
)
inlineconstexpr

Member Function Documentation

◆ operator<()

template<class T , class V >
constexpr bool argos_lib::InterpMapPoint< T, V >::operator< ( const InterpMapPoint< T, V > &  other)
inlineconstexpr

◆ operator==()

template<class T , class V >
constexpr bool argos_lib::InterpMapPoint< T, V >::operator== ( const InterpMapPoint< T, V > &  other)
inlineconstexpr

Member Data Documentation

◆ inVal

template<class T , class V >
T argos_lib::InterpMapPoint< T, V >::inVal

◆ outVal

template<class T , class V >
V argos_lib::InterpMapPoint< T, V >::outVal

The documentation for this struct was generated from the following file: