Searched refs:rightside (Results 1 – 1 of 1) sorted by relevance
548 float rightside = (float) Math.sqrt(Math.pow(value, 2) - b); in computeOrientation() local549 float lambda1 = -value + rightside; in computeOrientation()550 float lambda2 = -value - rightside; in computeOrientation()