PX4 Firmware
PX4 Autopilot Software http://px4.io
|
Go to the source code of this file.
Variables | |
float | t2 = q1*q2*2.0 |
float | t3 = q0*q0 |
float | t4 = q1*q1 |
float | t5 = q2*q2 |
float | t6 = q3*q3 |
float | t7 = q0*q2*2.0 |
float | t8 = q1*q3*2.0 |
float | t9 = q2*q3*2.0 |
A0 [0][0] = t3+t4-t5-t6 | |
float t2 = q1*q2*2.0 |
Definition at line 1 of file Tbn_quat.c.
float t3 = q0*q0 |
Definition at line 2 of file Tbn_quat.c.
float t4 = q1*q1 |
Definition at line 3 of file Tbn_quat.c.
float t5 = q2*q2 |
Definition at line 4 of file Tbn_quat.c.
float t6 = q3*q3 |
Definition at line 5 of file Tbn_quat.c.
float t7 = q0*q2*2.0 |
Definition at line 6 of file Tbn_quat.c.
float t8 = q1*q3*2.0 |
Definition at line 7 of file Tbn_quat.c.
float t9 = q2*q3*2.0 |
Definition at line 8 of file Tbn_quat.c.