Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/sources/libraries/math/
Dmath_Arithmetic.cpp518 f32 a1 = tt * t; in Bezier() local
523 return a1*p1 + a2*p2 + a3*p3 + a4*p4; in Bezier()