Classes | |
class | Dodecahedron |
Functions | |
def | computeRotationMatrix |
Variables | |
tuple | vertexDodec = Dodecahedron(withFacesOnPoles=False) |
tuple | 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 Inputs: - angle: amount of rotation (rad) - axis: axis of rotation; one of 0, 1 or 2 for x, y or z
Definition at line 95 of file dodecahedron.py.
tuple lsst.skymap.detail.dodecahedron.faceVec = vertexDodec.getFaceCtr(i) |
Definition at line 262 of file dodecahedron.py.
tuple lsst.skymap.detail.dodecahedron.vertexDodec = Dodecahedron(withFacesOnPoles=False) |
Definition at line 260 of file dodecahedron.py.