Searched refs:cosPhi (Results 1 – 3 of 3) sorted by relevance
264 var cosPhi = Math.cos(phi);266 var x = cosPhi * sinTheta;
423 const float cosPhi = (float)sqrt((b2 * 0.25f) * (-27.f / a3)) * ((b > 0) ? -1.f : 1.f); in calculate_nearest_point_for_quad() local424 const float phi = (float)acos(cosPhi); in calculate_nearest_point_for_quad()