-
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
CesiumMath vs Math naming ambiguity #6233
Comments
We use |
We should probably rename the class to |
I'm not crazy about renaming the class to CesiumMath, I hate the Cesium prefix that is starting to appear everywhere (Cesium3DTileset, CesiumIon, etc.. ) because a lot of user code ends up with |
@mramato The problem we need to fix is that documentation says https://cesiumjs.org/Cesium/Build/Documentation/CesiumMath.html Is there a way to just fix the documentation to say |
Changing the |
If most developers use Cesium.js, let's please make the
If this is not urgent, I don't know that we need to burn too many cycles on it now. |
It should literally be a one line change to update the doc. |
Congratulations on closing the issue! I found these Cesium forum links in the comments above: https://groups.google.com/forum/#!topic/cesium-dev/icpMxc_bea8 If this issue affects any of these threads, please post a comment like the following:
I am a bot who helps you make Cesium awesome! Contributions to my configuration are welcome. 🌍 🌎 🌏 |
It's not clear that the
CesiumMath
class is included in the namespace asCesium.Math
. This is also inconsistent with other classes that have the Cesium prefix, likeCesium3DTileset
. If this is not something we want to change in the API, this should be made clear in the documentation.Relevant forum thread: https://groups.google.com/forum/#!topic/cesium-dev/icpMxc_bea8
The text was updated successfully, but these errors were encountered: