mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 02:45:33 +08:00
Remark: Doxygen <70 warnings
This commit is contained in:
@@ -65,10 +65,7 @@ namespace BlackMisc
|
||||
*/
|
||||
CCoordinateNed(double north, double east, double down) : CVector3DBase(north, east, down), m_referencePosition(), m_hasReferencePosition(false) {}
|
||||
|
||||
/*!
|
||||
* \brief Copy constructor
|
||||
* \param otherNed
|
||||
*/
|
||||
//! \brief Copy constructor
|
||||
CCoordinateNed(const CCoordinateNed &other) :
|
||||
CVector3DBase(other), m_referencePosition(other.m_referencePosition), m_hasReferencePosition(other.m_hasReferencePosition) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user