Searched refs:invT2 (Results 1 – 1 of 1) sorted by relevance
25 int64_t invT2 = invT * invT; in GetBezierInterpolation() local26 int64_t invT3 = invT2 * invT; in GetBezierInterpolation()31 ret += BEZIER_COEFFICIENT * invT2 * t * u1; in GetBezierInterpolation()44 float invT2 = invT * invT; in GetBezierInterpolation() local45 float invT3 = invT2 * invT; in GetBezierInterpolation()50 ret += BEZIER_COEFFICIENT * invT2 * t * u1; in GetBezierInterpolation()