Re: [Stellarium-pubdevel] projection code

2016-05-12 Thread Georg Zotti
If you develop your own code, it's better to start with understanding the (simple) math behind the stereographic projection. Else, reverse-engineer StelProjectorClasses.[hpp|cpp) G Am 12.05.2016 05:29, schrieb André Moutinho: > Hello all, I am developing a meteor analysis code using Qt and I a

[Stellarium-pubdevel] RA/DEC and ALT/AZ information in Vec3f classes

2016-05-12 Thread André Moutinho
Hello all, I have noticed the transformation function “project” uses vector Vec3f classes as input and output parameters. How is the RA/DEC and ALT/AZ information stored in such classes? And the x,y position in screen? Best Andre -

Re: [Stellarium-pubdevel] RA/DEC and ALT/AZ information in Vec3f classes

2016-05-12 Thread Alexander Wolf
Hi! 2016-05-13 8:27 GMT+07:00 André Moutinho : > Hello all, > > I have noticed the transformation function “project” uses vector Vec3f > classes as input and output parameters. > > How is the RA/DEC and ALT/AZ information stored in such classes? And the > x,y position in screen? > Please see Ste