Searched defs:theta (Results 1 – 2 of 2) sorted by relevance
143 f32 theta = AcosRad( r / FSqrt(spow<3>(q)) ); in SolveEquation3() local291 f32 theta = AcosRad( r / FSqrt(spow<3>(q)) ); in SolveEquation3() local
761 self_type& SetupRotate(const VEC3& axis, f32 theta) in SetupRotate()