Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/lib/mtx/
DmtxQuat.c1000 f32 theta, sin_th, cos_th, tp, tq; in C_QUATSlerp() local
1018 sin_th = sinf(theta); in C_QUATSlerp()
1019 tp = sinf((1.0F - t) * theta) / sin_th; in C_QUATSlerp()
1020 tq *= sinf( t * theta ) / sin_th; in C_QUATSlerp()