|
lsst.skymap
19.0.0+40
|
Classes | |
| class | Dodecahedron |
Functions | |
| def | computeRotationMatrix (angle, axis) |
Variables | |
| precision | |
| suppress | |
| True | |
| linewidth | |
| vertexDodec = Dodecahedron(withFacesOnPoles=False) | |
| faceVec = vertexDodec.getFaceCtr(i) | |
| def lsst.skymap.detail.dodecahedron.computeRotationMatrix | ( | angle, | |
| axis | |||
| ) |
Return a 3D rotation matrix for rotation by a specified amount around a
specified axis.
Parameters
----------
angle : `float`
Amount of rotation (rad).
axis : `int`
Axis of rotation; one of 0, 1 or 2 for x, y or z.
Definition at line 114 of file dodecahedron.py.
| lsst.skymap.detail.dodecahedron.faceVec = vertexDodec.getFaceCtr(i) |
Definition at line 309 of file dodecahedron.py.
| lsst.skymap.detail.dodecahedron.linewidth |
Definition at line 304 of file dodecahedron.py.
| lsst.skymap.detail.dodecahedron.precision |
Definition at line 304 of file dodecahedron.py.
| lsst.skymap.detail.dodecahedron.suppress |
Definition at line 304 of file dodecahedron.py.
| lsst.skymap.detail.dodecahedron.True |
Definition at line 304 of file dodecahedron.py.
| lsst.skymap.detail.dodecahedron.vertexDodec = Dodecahedron(withFacesOnPoles=False) |
Definition at line 307 of file dodecahedron.py.
1.8.13