blob: cdfea487d06baf8ead1485d07661422bc4a74b6a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
API Documentation
=================
Vectors
-------
.. automodule:: sphere.vector
:members:
Great circle arcs
-----------------
.. automodule:: sphere.great_circle_arc
:members:
Spherical polygons
------------------
.. currentmodule:: sphere.polygon
.. automodule:: sphere.polygon
:members:
Graph operations on polygons
----------------------------
.. currentmodule:: sphere.graph
.. automodule:: sphere.graph
:members:
Skylines
--------
.. automodule:: sphere.skyline
:members:
|