Головна

//ERDDAP/com.cohort.util/ScriptMath2/compassToMathDegrees

compassToMathDegrees

[JVM]
fun compassToMathDegrees(compass: Double): Double

This converts a compass heading (usually 0..360, where North is 0, East is 90...) to Math-style degrees (East is 0, North is 90, ...).

Return

degrees always >=0 and <360 (compass=NaN -> 0).

Parameters

JVM

compass