Small typo in js doc and a small question of coordinates transform #328
-
Hello,
I am trying to write a simple star map with some astronomical objects in different coordinates. (for fun)(yingchangj.github.io/starmap.html)
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Thank you for reporting the typo! I found and fixed a few more of those. About the rotation functions: yes, there is not a consistent theme because I kept adding more and more coordinate systems, and I didn't want to have a ridiculously large number of conversion functions. I made sure there is a way to go from any orientation to any other, although as you point out, sometimes you have to go through some intermediate orientation system. I'm sure with some care, it would be possible to simplify and improve the way they are implemented. I'll be happy to consider any specific recommendations you have. |
Beta Was this translation helpful? Give feedback.
Thank you for reporting the typo! I found and fixed a few more of those.
About the rotation functions: yes, there is not a consistent theme because I kept adding more and more coordinate systems, and I didn't want to have a ridiculously large number of conversion functions. I made sure there is a way to go from any orientation to any other, although as you point out, sometimes you have to go through some intermediate orientation system.
I'm sure with some care, it would be possible to simplify and improve the way they are implemented. I'll be happy to consider any specific recommendations you have.