(#538) Added depth unit and conversion between meter and feet

This commit is contained in:
Magne Sjaastad
2015-12-02 13:39:16 +01:00
parent fe261560bd
commit d18e8f7bd3
7 changed files with 121 additions and 10 deletions

View File

@@ -77,5 +77,6 @@ public:
UNIT_FEET
};
static double feetPerMeter() { return 3.2808399; }
};