Home
last modified time | relevance | path

Searched refs:a3 (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-0.14.4/sources/libraries/math/
Dmath_Arithmetic.cpp520 f32 a3 = ss * t * 3.f; in Bezier() local
523 return a1*p1 + a2*p2 + a3*p3 + a4*p4; in Bezier()