Searched refs:fastSin (Results 1 – 1 of 1) sorted by relevance
35 public static float fastSin(float currentPhase) { in fastSin() method in SineOscillator51 return fastSin(phase) * getAmplitude(); in render()