Searched refs:thetaRad (Results 1 – 1 of 1) sorted by relevance
355 public LegendreTable(int maxN, float thetaRad) { in LegendreTable() argument360 float cos = (float) Math.cos(thetaRad); in LegendreTable()361 float sin = (float) Math.sin(thetaRad); in LegendreTable()