Searched refs:bLen (Results 1 – 1 of 1) sorted by relevance
558 float bLen = (float) Math.hypot(bX, bY); in getCurrentVelocity() local560 float projectedVelocity = (aX * bX + aY * bY) / bLen; in getCurrentVelocity()