Hello,
I was wondering if anyboday can clarify this for me. I am trying to project a sphere into a plane, I am using the stereogriphic projection which I believe in cartesian coordinates is:
x'=x/(R^2-z)
y'=y/(R^2-z)
where x' and y' are the coordinates in the plane, (x,y,z) the...