Searched refs:distanceToWaveRing (Results 1 – 1 of 1) sorted by relevance
189 float distanceToWaveRing = (radius - waveManager.radius); in getAlphaForPoint() local191 if (distanceToWaveRing < waveManager.width * 0.5f && distanceToWaveRing < 0.0f) { in getAlphaForPoint()192 double cos = Math.cos(Math.PI * 0.25d * distanceToWaveRing / waveManager.width); in getAlphaForPoint()