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