This website requires JavaScript.
Explore
Help
Sign In
flightsimulatorplatfrom
/
pilotclient
Watch
1
Star
0
Fork
0
You've already forked pilotclient
mirror of
https://github.com/swift-project/pilotclient.git
synced
2026-03-22 14:55:36 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8f5d9263fdb9f8684c3e57ad2d8d3bdf96f086c1
pilotclient
/
samples
/
blackmiscquantities
History
Klaus Basan
8f5d9263fd
Fixed all issues detected by the test cases under MinGW - such as usage of abs() -> changed to qAbs(), rounding issues detected during calculations, and changed streaming methods with qDebug() (QDebug vs &QDebug issue).
2013-04-30 01:43:14 +02:00
..
main.cpp
Initial refactoring of vector and matrix classes
2013-04-18 01:04:21 +02:00
sample_quantities_avionics.pro
Unit tests for acceleration and more for vector
2013-04-25 20:21:04 +02:00
samplesaviation.cpp
Fixed all issues detected by the test cases under MinGW - such as usage of abs() -> changed to qAbs(), rounding issues detected during calculations, and changed streaming methods with qDebug() (QDebug vs &QDebug issue).
2013-04-30 01:43:14 +02:00
samplesaviation.h
Move Math constants into class (to be consistent with other constants), tested against minGW / gcc 4.7.2 and fixed various issues (mainly initializer lists, unused variables). BlackMisc compiles now in MinGW, but still issues (especially with qDebug() friend methods)
2013-04-29 16:00:41 +02:00
samplesphysicalquantities.cpp
Move Math constants into class (to be consistent with other constants), tested against minGW / gcc 4.7.2 and fixed various issues (mainly initializer lists, unused variables). BlackMisc compiles now in MinGW, but still issues (especially with qDebug() friend methods)
2013-04-29 16:00:41 +02:00
samplesphysicalquantities.h
Initial refactoring of vector and matrix classes
2013-04-18 01:04:21 +02:00