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