Home
last modified time | relevance | path

Searched defs:norm (Results 1 – 1 of 1) sorted by relevance

/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/utils/
DArcCurveFit.java381 double norm = mArcVelocity / Math.hypot(vx, vy); in getDX() local
388 double norm = mArcVelocity / Math.hypot(vx, vy); in getDY() local