Searched refs:tBsq (Results 1 – 1 of 1) sorted by relevance
102 const float tBsq = tB * tB; in bezier() local104 const float a = tBsq * tB; in bezier()105 const float b = 3.0 * tA * tBsq; in bezier()