diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | ce599e4f9f94b4eb00c1b5edb85bce5431ab3df2 (patch) | |
tree | d3bb9f5d25a2dc09ca81adecf39621d871534297 /doc/kstars/greatcircle.docbook | |
download | tdeedu-ce599e4f9f94b4eb00c1b5edb85bce5431ab3df2.tar.gz tdeedu-ce599e4f9f94b4eb00c1b5edb85bce5431ab3df2.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeedu@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'doc/kstars/greatcircle.docbook')
-rw-r--r-- | doc/kstars/greatcircle.docbook | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/kstars/greatcircle.docbook b/doc/kstars/greatcircle.docbook new file mode 100644 index 00000000..109fba45 --- /dev/null +++ b/doc/kstars/greatcircle.docbook @@ -0,0 +1,27 @@ +<sect1 id="ai-greatcircle"> +<sect1info> +<author> +<firstname>Jason</firstname> +<surname>Harris</surname> +</author> +</sect1info> +<title>Great Circles</title> +<indexterm><primary>Great Circles</primary> +<seealso>Celestial Sphere</seealso> +</indexterm> +<para> +Consider a sphere, such as the Earth, or the +<link linkend="ai-csphere">Celestial Sphere</link>. The intersection +of any plane with the sphere will result in a circle on the surface of +the sphere. If the plane happens to contain the center of the sphere, +the intersection circle is a <firstterm>Great Circle</firstterm>. +Great circles are the largest circles that can be drawn on a sphere. +Also, the shortest path between any two points on a sphere is always +along a great circle. +</para><para> +Some examples of great circles on the celestial sphere include: the +<link linkend="ai-horizon">Horizon</link>, the +<link linkend="ai-cequator">Celestial Equator</link>, and the +<link linkend="ai-ecliptic">Ecliptic</link>. +</para> +</sect1> |