Searched defs:sqrt (Results 1 – 1 of 1) sorted by relevance
98 const sqrt = Math.sqrt(speedX * speedX + speedY * speedY); constant99 const curSpeed = startYPosition <= this.preEventPosition.y ? -sqrt : sqrt; constant