LinearTransform =============== .. currentmodule:: lsst.afw.geom .. autoclass:: LinearTransform :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~LinearTransform.XX ~LinearTransform.XY ~LinearTransform.YX ~LinearTransform.YY .. rubric:: Methods Summary .. autosummary:: ~LinearTransform.__call__ ~LinearTransform.computeDeterminant ~LinearTransform.getMatrix ~LinearTransform.getParameterVector ~LinearTransform.invert ~LinearTransform.isIdentity ~LinearTransform.makeRotation ~LinearTransform.makeScaling ~LinearTransform.set .. rubric:: Attributes Documentation .. autoattribute:: XX .. autoattribute:: XY .. autoattribute:: YX .. autoattribute:: YY .. rubric:: Methods Documentation .. automethod:: __call__ .. automethod:: computeDeterminant .. automethod:: getMatrix .. automethod:: getParameterVector .. automethod:: invert .. automethod:: isIdentity .. automethod:: makeRotation .. automethod:: makeScaling .. automethod:: set