Home
last modified time | relevance | path

Searched defs:CubicBezierInterpolator (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Dinterpolator.hpp31 class CubicBezierInterpolator { class
33CubicBezierInterpolator(double x1_, double y1_, double x2_, double y2_) : ub(x1_, y1_, x2_, y2_) {} in CubicBezierInterpolator() function in mbgl::style::expression::CubicBezierInterpolator