Searched refs:rawSpeed (Results 1 – 2 of 2) sorted by relevance
68 const rawSpeed = Math.abs(distance / timeDifference) * 1000;69 this.speedInternal = speedWeight * rawSpeed + (1 - speedWeight) * this.speedInternal;
312 const rawSpeed = Math.abs(distance / timeDifference) * 1000; constant313 this.speedInternal = speedWeight * rawSpeed + (1 - speedWeight) * this.speedInternal;