Home
last modified time | relevance | path

Searched refs:apothem (Results 1 – 1 of 1) sorted by relevance

/development/samples/browseable/XYZTouristAttractions/Shared/src/com.example.android.xyztouristattractions.common/
DUtils.java208 double apothem = radius - bottomInset; in calculateBottomInsetsOnRoundDevice() local
209 double chord = Math.sqrt(Math.pow(radius, 2) - Math.pow(apothem, 2)) * 2; in calculateBottomInsetsOnRoundDevice()