mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
refs #345 Style and doxygen.
This commit is contained in:
@@ -16,8 +16,6 @@
|
||||
#include "blackmisc/mathematics.h"
|
||||
#include "blackmisc/blackmiscfreefunctions.h"
|
||||
|
||||
using namespace BlackMisc::Math;
|
||||
|
||||
namespace BlackMisc
|
||||
{
|
||||
namespace Math
|
||||
@@ -31,9 +29,6 @@ namespace BlackMisc
|
||||
// getter and setters are implemented in the derived classes
|
||||
// as they have different names (x, i, north)
|
||||
|
||||
//! Virtual destructor
|
||||
virtual ~CVector3DBase() {}
|
||||
|
||||
//! Set zeros
|
||||
void setZero();
|
||||
|
||||
@@ -267,8 +262,8 @@ namespace BlackMisc
|
||||
|
||||
};
|
||||
|
||||
} // namespace
|
||||
} // namespace
|
||||
}
|
||||
}
|
||||
|
||||
BLACK_DECLARE_TUPLE_CONVERSION_TEMPLATE(BlackMisc::Math::CVector3DBase, (o.m_i, o.m_j, o.m_k))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user