-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
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
adding method to convert heading pitch roll in quaternion defined in … #4048
adding method to convert heading pitch roll in quaternion defined in … #4048
Conversation
…aircraft reference axis (North East Down)
* var transform = Cesium.Transforms.aircraftHeadingPitchRollToFixedFrame(center, heading, pitch, roll); | ||
*/ | ||
Transforms.aircraftHeadingPitchRollToFixedFrame = function(origin, heading, pitch, roll, ellipsoid, result) { | ||
// checks for required parameters happen in the called functions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you still add unit tests for these with toThrowDeveloperError
?
Can you update CHANGES.md so users know about these new functions? |
@bagnell can you take a quick look at the math? |
Thanks again for the pull request, @kaktus40! |
…r to declare the additions
I just updated the files following your recommendations. It seems there is some conflicts. |
…ansformations Conflicts: CHANGES.md
@pjcozzi Looks good to me. |
adding method to convert heading pitch roll in quaternion defined in …
…aircraft reference axis (North East Down)