Searched refs:GetCubicBezierValue (Results 1 – 1 of 1) sorted by relevance
21 inline float GetCubicBezierValue(const float time, const float ctl1, const float ctl2) in GetCubicBezierValue() function50 return GetCubicBezierValue(SEARCH_STEP * BinarySearch(input), controlY1_, controlY2_); in InterpolateImpl()93 approximation = GetCubicBezierValue(SEARCH_STEP * middle, controlX1_, controlX2_); in BinarySearch()