Searched refs:CONTROL_POINT_X1 (Results 1 – 1 of 1) sorted by relevance
26 constexpr float CONTROL_POINT_X1 = 0.4; variable74 return CUBIC_BEZIER_MULTIPLE * (1- time) * (1 - time) * time * CONTROL_POINT_X1 + in GetCubicBezierX()