Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/sources/libraries/math/
Dmath_Arithmetic.cpp515 f32 tt = t * t; in Bezier() local
518 f32 a1 = tt * t; in Bezier()
519 f32 a2 = tt * s * 3.f; in Bezier()