Searched refs:getVelocity (Results 1 – 1 of 1) sorted by relevance
23285 var overallVelocity = getVelocity(input.deltaTime, input.deltaX, input.deltaY);23342 var v = getVelocity(deltaTime, deltaX, deltaY);23426 function getVelocity(deltaTime, x, y) { function