Searched refs:thetaRad (Results 1 – 2 of 2) sorted by relevance
225 void GeomagneticField::InitLegendreTable(int32_t expansionDegree, float thetaRad) in InitLegendreTable() argument231 float cosValue = static_cast<float>(cos(thetaRad)); in InitLegendreTable()232 float sinValue = static_cast<float>(sin(thetaRad)); in InitLegendreTable()
40 void InitLegendreTable(int32_t expansionDegree, float thetaRad);