Home
last modified time | relevance | path

Searched defs:theta (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-4.2.5/sources/libraries/math/
Dmath_Equation.cpp143 f32 theta = AcosRad( r / FSqrt(spow<3>(q)) ); in SolveEquation3() local
291 f32 theta = AcosRad( r / FSqrt(spow<3>(q)) ); in SolveEquation3() local
/CTR-SDK-4.2.5/include/nn/math/
Dmath_Matrix34.h761 self_type& SetupRotate(const VEC3& axis, f32 theta) in SetupRotate()