Searched refs:Q (Results 1 – 2 of 2) sorted by relevance
1 rd /Q /S "./VisualStudio"2 rd /Q /S "./Scheduler/Include/Platform/Orbis"
176 float Q = 0.25f*b*b + ( 1.0f/27.0f )*a*a*a; in ComputePrincipleComponent() local179 if( FLT_EPSILON < Q ) in ComputePrincipleComponent()184 else if( Q < -FLT_EPSILON ) in ComputePrincipleComponent()187 float theta = std::atan2( std::sqrt( -Q ), -0.5f*b ); in ComputePrincipleComponent()188 float rho = std::sqrt( 0.25f*b*b - Q ); in ComputePrincipleComponent()