Ref T225, set height to NULL

This commit is contained in:
Klaus Basan
2018-01-18 14:37:52 +01:00
parent b574ede2e2
commit 1948d067e4
2 changed files with 9 additions and 0 deletions

View File

@@ -243,6 +243,9 @@ namespace BlackMisc
//! Set height (ellipsoidal or geodetic height)
void setGeodeticHeight(const Aviation::CAltitude &height) { m_geodeticHeight = height; }
//! Set height to NULL
void setGeodeticHeightToNull();
//! Set normal vector
void setNormalVector(const QVector3D &normal) { m_x = normal.x(); m_y = normal.y(); m_z = normal.z(); }