Home
last modified time | relevance | path

Searched refs:fQuaternionFromRotationVectorDeg (Results 1 – 7 of 7) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/issdk/docs/issdk/ISSDK API Reference Manual/
Da00896_a9f946d534fae22e9e68b9f0e2e2822ef_icgraph.map1 <map id="fQuaternionFromRotationVectorDeg" name="fQuaternionFromRotationVectorDeg">
Da00899_a9f946d534fae22e9e68b9f0e2e2822ef_icgraph.map1 <map id="fQuaternionFromRotationVectorDeg" name="fQuaternionFromRotationVectorDeg">
/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/issdk/docs/issdk/SensorFusion/SensorFusion API Reference Manual/
Dorientation_8c_a9f946d534fae22e9e68b9f0e2e2822ef_icgraph.map1 <map id="fQuaternionFromRotationVectorDeg" name="fQuaternionFromRotationVectorDeg">
Dorientation_8h_a9f946d534fae22e9e68b9f0e2e2822ef_icgraph.map1 <map id="fQuaternionFromRotationVectorDeg" name="fQuaternionFromRotationVectorDeg">
/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/issdk/algorithms/sensorfusion/sources/
Dorientation.h154 void fQuaternionFromRotationVectorDeg(
Dfusion.c556 fQuaternionFromRotationVectorDeg(&ftmpq, pthisSV->fOmega, pthisSV->fdeltat); in fRun_3DOF_Y_BASIC()
692 fQuaternionFromRotationVectorDeg(&ftmpq, ftmpMi3x1, ftmp); in fRun_6DOF_GY_KALMAN()
700 fQuaternionFromRotationVectorDeg(&ftmpq, pthisSV->fOmega, in fRun_6DOF_GY_KALMAN()
1080 fQuaternionFromRotationVectorDeg(&ftmpq, ftmpA3x1, ftmp); in fRun_9DOF_GBY_KALMAN()
1086 fQuaternionFromRotationVectorDeg(&ftmpq, pthisSV->fOmega, pthisSV->fdeltat); in fRun_9DOF_GBY_KALMAN()
Dorientation.c697 void fQuaternionFromRotationVectorDeg(Quaternion *pq, const float rvecdeg[], float fscaling) in fQuaternionFromRotationVectorDeg() function