Searched refs:bLen (Results 1 – 2 of 2) sorted by relevance
624 int bLen = b.length; in concatenateArrays() local625 byte[] c = new byte[aLen + bLen]; in concatenateArrays()627 System.arraycopy(b, 0, c, aLen, bLen); in concatenateArrays()
558 float bLen = (float) Math.hypot(bX, bY); in getCurrentVelocity() local560 float projectedVelocity = (aX * bX + aY * bY) / bLen; in getCurrentVelocity()