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