Searched refs:a4 (Results 1 – 1 of 1) sorted by relevance
521 f32 a4 = ss * s; in Bezier() local523 return a1*p1 + a2*p2 + a3*p3 + a4*p4; in Bezier()