b
This commit is contained in:
@@ -217,7 +217,7 @@ void UAVItem::SetCAS(double CAS_mps)
|
||||
this->CAS_mps = CAS_mps;
|
||||
}
|
||||
|
||||
void UAVItem::SetGroundspeed(double vNED[3], int m_maxUpdateRate_ms)
|
||||
void UAVItem::SetGroundspeed(double vNED[3], int m_maxUpdateRate_ms)//这个应该没有任何意义
|
||||
{
|
||||
this->vNED[0] = vNED[0];
|
||||
this->vNED[1] = vNED[1];
|
||||
@@ -398,7 +398,7 @@ void UAVItem::SetShowUAVInfo(bool const & value)
|
||||
update();
|
||||
}
|
||||
|
||||
void UAVItem::generateArrowhead()
|
||||
void UAVItem::generateArrowhead()//不需要
|
||||
{
|
||||
qreal arrowSize = 10;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user