Dein Suchergebnis zum Thema: have/"<b/""

Is there a projection matrix for the equirectangular projection – Math – Snap! Forum

https://forum.snap.berkeley.edu/t/is-there-a-projection-matrix-for-the-equirectangular-projection/17949

so i was doing some stuff (modding minecraft rd-132211) and i decided i wanted to use a projection matrix for equirectangular projection. only problem is my f(x,y,z) function is $$P_x = atan({y\over x})\\P_y = atan({z\o…
\over x})\\P_y = atan({z\over \sqrt{x^2+y^2}})$$ but a projection matrix would have