Home
last modified time | relevance | path

Searched refs:g_downComponent (Results 1 - 1 of 1) sorted by relevance

/base/sensors/sensor/frameworks/native/src/
H A Dgeomagnetic_field.cpp103 float g_downComponent; member
177 g_downComponent = static_cast<float>(-gcX * sin(latDiffRad) + gcZ * cos(latDiffRad)); in CalculateGeomagneticComponent()
273 return g_downComponent; in ObtainZ()
280 return static_cast<float>(ToDegrees(atan2(g_downComponent, horizontalIntensity))); in ObtainGeomagneticDip()
310 + g_downComponent * g_downComponent; in ObtainTotalIntensity()

Completed in 2 milliseconds