mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 18:35:35 +08:00
Initial refactoring of vector and matrix classes
This commit is contained in:
@@ -9,11 +9,26 @@
|
||||
* \brief Base and utility classes available in all other projects.
|
||||
*/
|
||||
|
||||
/*!
|
||||
* \namespace BlackMisctest
|
||||
* \brief Tests and samples for namespace BlackMisc.
|
||||
*/
|
||||
|
||||
/*!
|
||||
* \namespace BlackMisc::Aviation
|
||||
* \brief Aviation and Avionics classes such as CHeading or CTransponder .
|
||||
*/
|
||||
|
||||
/*!
|
||||
* \namespace BlackMisc::Math
|
||||
* \brief Math classes such as vectors, matrices, and utility methods.
|
||||
*/
|
||||
|
||||
/*!
|
||||
* \namespace BlackMisc::GeoPosition
|
||||
* \brief Position handling as geo locations and coordinates systems.
|
||||
*/
|
||||
|
||||
/*!
|
||||
* \namespace BlackMisc::PhysicalQuantities
|
||||
* \brief Classes for physical quantities and units such as length, mass, speed.
|
||||
|
||||
Reference in New Issue
Block a user