blob: c743c4969115c338028e865619c28d20bda6a108 (
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
|
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:
|