-
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
Change Transforms.headingPitchRollToFixedFrame to use new HeadingPitchRoll #4468
Comments
I'm looking at this now. |
AFAICT we already have Which of the following options would you prefer?
|
The semantics of "aircraft" are a bit awkward to use internally; I would rather deprecate both of these (if the aircraft version has already shipped) and replace with a new more generically named function. |
As naming things is one of the two hard things in computer science, any suggestions for the new more generically named function?
Note that the "aircraft" functions were made public in 4aa7eee, which was only merged into |
We haven't done this before, but perhaps we could just "deprecate the arguments" instead of the function. Since this is not a widely used function, I think we should give this a shot and then deprecate over 3 releases since this approach is new to us. |
https://github.com/AnalyticalGraphicsInc/cesium/blob/master/Source/Core/Transforms.js#L475-L481
Deprecation policy is here: https://github.com/AnalyticalGraphicsInc/cesium/tree/master/Documentation/Contributors/CodingGuide#deprecation-and-breaking-changes
@twpayne low-hanging fruit for the bug bash if you are interested.
CC #4047
The text was updated successfully, but these errors were encountered: