Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想做一个这样的应用程序。所以我在谷歌中搜索了 G-Force 计算但没有得到任何结果。请给我一些指导。
这就像伪。希望你明白了:)
double gForce = sqrt (pow(Accelerometer.XAccel,2) + pow(Accelerometer.YAccel,2) + pow(Accelerometer.ZAccel,2)) / 9.81;