lsst.skymap  13.0-5-g2a40766+6
 All Classes Namespaces Files Functions Variables Pages
Classes | Functions | Variables
lsst.skymap.detail.dodecahedron Namespace Reference

Classes

class  Dodecahedron
 

Functions

def computeRotationMatrix
 

Variables

tuple vertexDodec = Dodecahedron(withFacesOnPoles=False)
 
tuple faceVec = vertexDodec.getFaceCtr(i)
 

Function Documentation

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.

Variable Documentation

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.