blob: 8085958179d6f5847f25e1f681c250d950b53e2c (
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:: stsci.sphere.vector
:members:
Great circle arcs
-----------------
.. automodule:: stsci.sphere.great_circle_arc
:members:
Spherical polygons
------------------
.. currentmodule:: stsci.sphere.polygon
.. automodule:: stsci.sphere.polygon
:members:
Graph operations on polygons
----------------------------
.. currentmodule:: stsci.sphere.graph
.. automodule:: stsci.sphere.graph
:members:
|