Original code: http://www.texample.net/tikz/examples/map-projections/
I started to have a look at the functions but I do not know Tex very well.. Is there anyone skilled in math and Tex who's willing to help me?
I started to check the command
\LongitudePlane
:
Code: Select all
\newcommand\LongitudePlane[3][current plane]{%
\pgfmathsinandcos\sinEl\cosEl{#2} % elevation
\pgfmathsinandcos\sint\cost{#3} % azimuth
\tikzset{#1/.estyle={cm={\cost,\sint*\sinEl,0,\cosEl,(0,0)}}}
}
[current plane]
stand for? What is the output of this function?Thank you for the support!