Searched refs:CONTROL_POINT_Y1 (Results 1 – 1 of 1) sorted by relevance
28 constexpr float CONTROL_POINT_Y1 = 0.0; variable68 return CUBIC_BEZIER_MULTIPLE * (1- time) * (1 - time) * time * CONTROL_POINT_Y1 + in GetCubicBezierY()