Searched refs:apothem (Results 1 – 1 of 1) sorted by relevance
208 double apothem = radius - bottomInset; in calculateBottomInsetsOnRoundDevice() local209 double chord = Math.sqrt(Math.pow(radius, 2) - Math.pow(apothem, 2)) * 2; in calculateBottomInsetsOnRoundDevice()