Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/math/
Dmath_Arithmetic.cpp521 f32 a4 = ss * s; in Bezier() local
523 return a1*p1 + a2*p2 + a3*p3 + a4*p4; in Bezier()