We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The documentation says that for the TargetHeading, you need a radians value.
But in the raymarinen2k.js file at line 97 within the putHeading function, the code expects a degree's value:
:97 var new_value = Math.trunc(degsToRad(value) * 10000)
It seems that the wind angle in radians should be within 4 decimal places. Is this correct?
The text was updated successfully, but these errors were encountered:
I fixed the docs. You don't need to be concerned with decimal places.
Sorry, something went wrong.
No branches or pull requests
The documentation says that for the TargetHeading, you need a radians value.
But in the raymarinen2k.js file at line 97 within the putHeading function, the code expects a degree's value:
:97 var new_value = Math.trunc(degsToRad(value) * 10000)
It seems that the wind angle in radians should be within 4 decimal places. Is this correct?
The text was updated successfully, but these errors were encountered: