MapLibre Native Core
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
mbgl::util::Interpolator< T, Enabled > Struct Template Reference

#include <interpolate.hpp>

Public Member Functions

operator() (const T &a, const T &b, const double t) const
 

Detailed Description

template<class T, class Enabled>
struct mbgl::util::Interpolator< T, Enabled >

Definition at line 34 of file interpolate.hpp.

Member Function Documentation

◆ operator()()

template<class T , class Enabled >
T mbgl::util::Interpolator< T, Enabled >::operator() ( const T &  a,
const T &  b,
const double  t 
) const
inline

Definition at line 35 of file interpolate.hpp.


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