Skip to content

Commit

Permalink
more citations, new document
Browse files Browse the repository at this point in the history
  • Loading branch information
brsr committed Jan 2, 2019
1 parent 40b8c73 commit 5740349
Show file tree
Hide file tree
Showing 12 changed files with 954 additions and 235 deletions.
40 changes: 40 additions & 0 deletions docs/euclidian_spherical_maps.aux
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
\relax
\citation{kahn}
\citation{kenner}
\@writefile{toc}{\contentsline {section}{\tocsection {}{1}{Definitions}}{1}}
\@writefile{toc}{\contentsline {subsection}{\tocsubsection {}{1.1}{Spherical geometry}}{1}}
\citation{oosterom}
\citation{eriksson}
\@writefile{toc}{\contentsline {subsubsection}{\tocsubsubsection {}{1.1.1}{Distance}}{2}}
\@writefile{toc}{\contentsline {subsubsection}{\tocsubsubsection {}{1.1.2}{Angle}}{2}}
\@writefile{toc}{\contentsline {subsubsection}{\tocsubsubsection {}{1.1.3}{Area}}{2}}
\@writefile{toc}{\contentsline {subsubsection}{\tocsubsubsection {}{1.1.4}{Means}}{2}}
\@writefile{toc}{\contentsline {subsubsection}{\tocsubsubsection {}{1.1.5}{Interpolation}}{2}}
\@writefile{toc}{\contentsline {subsubsection}{\tocsubsubsection {}{1.1.6}{Face normal}}{2}}
\@writefile{toc}{\contentsline {subsubsection}{\tocsubsubsection {}{1.1.7}{Skewness}}{2}}
\@writefile{lof}{\contentsline {figure}{\numberline {1}{\ignorespaces Barycentric coordinates. Left: Area opposite of each vertex. Right: Intersection of lines parallel with triangle edges.}}{3}}
\newlabel{fig:bary}{{1}{3}}
\@writefile{toc}{\contentsline {subsection}{\tocsubsection {}{1.2}{Triangle and quadrilateral coordinates}}{3}}
\@writefile{toc}{\contentsline {section}{\tocsection {}{2}{Maps between Euclidean and spherical polygons}}{3}}
\@writefile{toc}{\contentsline {subsection}{\tocsubsection {}{2.1}{Conformal}}{3}}
\@writefile{toc}{\contentsline {subsection}{\tocsubsection {}{2.2}{Gnomonic}}{3}}
\@writefile{toc}{\contentsline {subsection}{\tocsubsection {}{2.3}{Spherical areal}}{4}}
\@writefile{toc}{\contentsline {subsection}{\tocsubsection {}{2.4}{Great Circle}}{4}}
\@writefile{toc}{\contentsline {subsection}{\tocsubsection {}{2.5}{Double Slerp}}{4}}
\@writefile{toc}{\contentsline {subsection}{\tocsubsection {}{2.6}{Naive Slerp}}{4}}
\bibstyle{plain}
\bibdata{references}
\bibcite{eriksson}{{1}{}{{}}{{}}}
\bibcite{kahn}{{2}{}{{}}{{}}}
\bibcite{kenner}{{3}{}{{}}{{}}}
\bibcite{oosterom}{{4}{}{{}}{{}}}
\newlabel{tocindent-1}{0pt}
\newlabel{tocindent0}{12.7778pt}
\newlabel{tocindent1}{17.77782pt}
\newlabel{tocindent2}{29.38873pt}
\newlabel{tocindent3}{0pt}
\providecommand\NAT@force@numbers{}\NAT@force@numbers
\@writefile{toc}{\contentsline {section}{\tocsection {}{3}{Maps between polygons and disks in the Euclidean plane}}{5}}
\@writefile{toc}{\contentsline {subsection}{\tocsubsection {}{3.1}{Conformal}}{5}}
\@writefile{toc}{\contentsline {subsection}{\tocsubsection {}{3.2}{Naive Slerp}}{5}}
\@writefile{toc}{\contentsline {section}{\tocsection {}{}{References}}{5}}
25 changes: 25 additions & 0 deletions docs/euclidian_spherical_maps.bbl
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
\begin{thebibliography}{1}

\bibitem{eriksson}
Folke Eriksson.
\newblock On the measure of solid angles.
\newblock {\em Mathematics Magazine}, 63(3):184--187, 1990.
\newblock doi:10.2307/2691141. JSTOR 2691141.

\bibitem{kahn}
Lloyd Kahn.
\newblock {\em Domebook 2}.
\newblock Pacific Domes, 1971.

\bibitem{kenner}
Hugh Kenner.
\newblock {\em Geodesic math and how to use it}.
\newblock Univ of California Press, 1976.

\bibitem{oosterom}
Adriaan Van~Oosterom and Jan Strackee.
\newblock The solid angle of a plane triangle.
\newblock {\em IEEE transactions on Biomedical Engineering}, 30(2):125--126,
1983.

\end{thebibliography}
46 changes: 46 additions & 0 deletions docs/euclidian_spherical_maps.blg
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
This is BibTeX, Version 0.99d (TeX Live 2018)
Capacity: max_strings=100000, hash_size=100000, hash_prime=85009
The top-level auxiliary file: euclidian_spherical_maps.aux
The style file: plain.bst
Database file #1: references.bib
You've used 4 entries,
2118 wiz_defined-function locations,
524 strings with 4432 characters,
and the built_in function-call counts, 1091 in all, are:
= -- 107
> -- 34
< -- 0
+ -- 15
- -- 10
* -- 66
:= -- 191
add.period$ -- 13
call.type$ -- 4
change.case$ -- 15
chr.to.int$ -- 0
cite$ -- 4
duplicate$ -- 46
empty$ -- 99
format.name$ -- 10
if$ -- 224
int.to.chr$ -- 0
int.to.str$ -- 4
missing$ -- 6
newline$ -- 24
num.names$ -- 8
pop$ -- 20
preamble$ -- 1
purify$ -- 13
quote$ -- 0
skip$ -- 27
stack$ -- 0
substring$ -- 71
swap$ -- 4
text.length$ -- 0
text.prefix$ -- 0
top$ -- 0
type$ -- 12
warning$ -- 0
while$ -- 12
width$ -- 5
write$ -- 46
Binary file added docs/euclidian_spherical_maps.pdf
Binary file not shown.

0 comments on commit 5740349

Please sign in to comment.