Skip to content
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

Merged
merged 3 commits into from
Jun 28, 2016

Conversation

kaktus40
Copy link
Contributor

…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
Copy link
Contributor

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?

@pjcozzi
Copy link
Contributor

pjcozzi commented Jun 25, 2016

Can you update CHANGES.md so users know about these new functions?

@pjcozzi
Copy link
Contributor

pjcozzi commented Jun 25, 2016

@bagnell can you take a quick look at the math?

@pjcozzi
Copy link
Contributor

pjcozzi commented Jun 25, 2016

Thanks again for the pull request, @kaktus40!

@kaktus40
Copy link
Contributor Author

I just updated the files following your recommendations. It seems there is some conflicts.

@bagnell
Copy link
Contributor

bagnell commented Jun 27, 2016

@pjcozzi Looks good to me.

@pjcozzi
Copy link
Contributor

pjcozzi commented Jun 28, 2016

Thanks for the review, @bagnell!

Thanks again for the contribution, @kaktus40!

@pjcozzi pjcozzi merged commit 1ffee8b into CesiumGS:master Jun 28, 2016
pjcozzi added a commit that referenced this pull request Jun 28, 2016
adding method to convert heading pitch roll in quaternion defined in …
@kaktus40 kaktus40 deleted the adding_AircraftTransformations branch June 28, 2016 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants