mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-19 03:45:30 +08:00
Ref T259, Ref T243 compare situation by vector
This commit is contained in:
@@ -83,6 +83,9 @@ namespace BlackMisc
|
||||
//! Normal vector with double precision
|
||||
virtual std::array<double, 3> normalVectorDouble() const = 0;
|
||||
|
||||
//! Is equal, epsilon considered
|
||||
bool equalNormalVectorDouble(const std::array<double, 3> &otherVector) const;
|
||||
|
||||
//! Latitude as string
|
||||
QString latitudeAsString() const { return this->latitude().toQString(true); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user