mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Merge pull request #619 from FlightControl-Master/RobGraham
Added Knots to Kmph
This commit is contained in:
commit
0501959ab9
@ -183,6 +183,10 @@ UTILS.KnotsToMps = function(knots)
|
|||||||
return knots*1852/3600
|
return knots*1852/3600
|
||||||
end
|
end
|
||||||
|
|
||||||
|
UTILS.KnotsToKmph = function(knots)
|
||||||
|
return knots* 1.852
|
||||||
|
end
|
||||||
|
|
||||||
UTILS.KmphToMps = function(kmph)
|
UTILS.KmphToMps = function(kmph)
|
||||||
return kmph/3.6
|
return kmph/3.6
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user