Searched refs:startAngle (Results 1 – 1 of 1) sorted by relevance
231 Double startAngle = Math.PI * (9 / 8d); // Angles are in radiansq in computeXYForPosition() local232 Double angle = startAngle + (pos * (Math.PI / 4)); in computeXYForPosition()