Relative Content

Tag Archive for pythonmathspherical-coordinate

Moving points along a sphere is not causing distortion when projected onto a equirectangular map

I’m trying to get points from an image, project them onto a sphere, move the points along the sphere, and then convert them back for simulating plate tectonics. The code to get the points from the image works fine, it’s the last four functions, __move_point(), __rotate_point(), __convert_to_spherical(), and __convert_to_equirectangular() that aren’t working. I’m expecting polar distortion, but the shape is just being translated.