Searched refs:bound2 (Results 1 – 1 of 1) sorted by relevance
158 float bound2 = 0.25f * (scale[0] * scale[0] + scale[1] * scale[1]); in updateProgramParams() local159 float bound = (float) Math.sqrt(bound2); in updateProgramParams()163 (float) Math.atan(alpha / bound * (float) Math.sqrt(radius2 - bound2)); in updateProgramParams()