Searched refs:distanceToWaveRing (Results 1 – 1 of 1) sorted by relevance
190 float distanceToWaveRing = (radius - waveManager.radius); in getAlphaForPoint() local192 if (distanceToWaveRing < waveManager.width * 0.5f && distanceToWaveRing < 0.0f) { in getAlphaForPoint()193 float cosf = FloatMath.cos(PI * 0.25f * distanceToWaveRing / waveManager.width); in getAlphaForPoint()