Hi!
I tried to use your astro.js lib but when I call
var sunazel = astrojs.coordinates.ecliptic2azel(sunpos.lat, sunpos.lon, lst, lat);
I get the error
SCRIPT438: Object doesn't support property or method 'vectorMultiply'
Did I something wrong? All parameters are numeric values!
Thanks
Peter
Hi! I tried to use your astro.js lib but when I call var sunazel = astrojs.coordinates.ecliptic2azel(sunpos.lat, sunpos.lon, lst, lat); I get the error SCRIPT438: Object doesn't support property or method 'vectorMultiply' Did I something wrong? All parameters are numeric values! Thanks Peter