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

name change for glm_euler_sq #93

Closed
superbigio opened this issue Aug 17, 2019 · 3 comments
Closed

name change for glm_euler_sq #93

superbigio opened this issue Aug 17, 2019 · 3 comments

Comments

@superbigio
Copy link
Contributor

Hi,

This is a minor suggestion. I find glm_euler_sq a little misleading as a name since the accepted convention in c (and other languages) is for "sq" as an abbreviation to usually mean square or squared (e.g. sqrt()). Why don't you change the name to glm_euler_seq? It is only a character longer but it conveys the meaning much more clearly. Alternatively, since I suspect this enum won't be used very often you could also go with glm_euler_sequence without the need of shortening the name.

@recp
Copy link
Owner

recp commented Aug 17, 2019

Hi @superbigio

Thanks for your proposal!

Why don't you change the name to glm_euler_seq?

Because I like short names :)

Yes glm_euler_seq seems better one. Would you like to create a Pull Request? Or I can add it to my TODOs.

We should maintain thee old type for a while, to do that we could use something like this:

typedef glm_euler_seq glm_euler_sq;

In this way the change will be compatible with previous versions...

FWIW, there is also another issue about Euler angles: #30

@superbigio
Copy link
Contributor Author

superbigio commented Aug 20, 2019 via email

@recp
Copy link
Owner

recp commented Aug 22, 2019

This is fixed at #94

@recp recp closed this as completed Aug 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants