Home
last modified time | relevance | path

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

/external/lottie/lottie/src/main/java/com/airbnb/lottie/utils/
DUtils.java41 private static final float INV_SQRT_2 = (float) (Math.sqrt(2) / 2.0); field in Utils
77 points[2] = INV_SQRT_2; in getScale()
78 points[3] = INV_SQRT_2; in getScale()