Home
last modified time | relevance | path

Searched refs:fRotationVectorDegFromQuaternion (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_aa48ae334cf6bbedf2b9e7423d17cb4ac_icgraph.map1 <map id="fRotationVectorDegFromQuaternion" name="fRotationVectorDegFromQuaternion">
Da00899_aa48ae334cf6bbedf2b9e7423d17cb4ac_icgraph.map1 <map id="fRotationVectorDegFromQuaternion" name="fRotationVectorDegFromQuaternion">
/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/issdk/docs/issdk/SensorFusion/SensorFusion API Reference Manual/
Dorientation_8c_aa48ae334cf6bbedf2b9e7423d17cb4ac_icgraph.map1 <map id="fRotationVectorDegFromQuaternion" name="fRotationVectorDegFromQuaternion">
Dorientation_8h_aa48ae334cf6bbedf2b9e7423d17cb4ac_icgraph.map1 <map id="fRotationVectorDegFromQuaternion" name="fRotationVectorDegFromQuaternion">
/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/issdk/algorithms/sensorfusion/sources/
Dorientation.h160 void fRotationVectorDegFromQuaternion(
Dfusion.c465 fRotationVectorDegFromQuaternion(&(pthisSV->fLPq), pthisSV->fLPRVec); in fRun_3DOF_G_BASIC()
514 fRotationVectorDegFromQuaternion(&(pthisSV->fLPq), pthisSV->fLPRVec); in fRun_3DOF_B_BASIC()
562 fRotationVectorDegFromQuaternion(&(pthisSV->fq), pthisSV->fRVec); in fRun_3DOF_Y_BASIC()
611 fRotationVectorDegFromQuaternion(&(pthisSV->fLPq), pthisSV->fLPRVec); in fRun_6DOF_GB_BASIC()
966 fRotationVectorDegFromQuaternion(&(pthisSV->fqPl), pthisSV->fRVecPl); in fRun_6DOF_GY_KALMAN()
1371 fRotationVectorDegFromQuaternion(&(pthisSV->fqPl), pthisSV->fRVecPl); in fRun_9DOF_GBY_KALMAN()
Dorientation.c846 void fRotationVectorDegFromQuaternion(Quaternion *pq, float rvecdeg[]) in fRotationVectorDegFromQuaternion() function
925 fRotationVectorDegFromQuaternion(&fdeltaq, rvecdeg); in fLPFOrientationQuaternion()