Home
last modified time | relevance | path

Searched refs:thetaRad (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/sensors/sensor/frameworks/native/src/
H A Dgeomagnetic_field.cpp225 void GeomagneticField::InitLegendreTable(int32_t expansionDegree, float thetaRad) in InitLegendreTable() argument
231 float cosValue = static_cast<float>(cos(thetaRad)); in InitLegendreTable()
232 float sinValue = static_cast<float>(sin(thetaRad)); in InitLegendreTable()
/ohos5.0/base/sensors/sensor/frameworks/native/include/
H A Dgeomagnetic_field.h40 void InitLegendreTable(int32_t expansionDegree, float thetaRad);