mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-18 23:50:35 +08:00
Formatting and added Scalar.
This commit is contained in:
+6
-6
@@ -6,10 +6,10 @@ using namespace matrix;
|
||||
|
||||
int main()
|
||||
{
|
||||
Quatf p(1, 0, 0, 0);
|
||||
Quatf q(0, 1, 0, 0);
|
||||
Quatf r = p*q;
|
||||
Dcmf dcm = Dcmf(p);
|
||||
Eulerf e = Eulerf(p);
|
||||
return 0;
|
||||
Quatf p(1, 0, 0, 0);
|
||||
Quatf q(0, 1, 0, 0);
|
||||
Quatf r = p*q;
|
||||
Dcmf dcm = Dcmf(p);
|
||||
Eulerf e = Eulerf(p);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user