LinearTransform
===============

.. currentmodule:: lsst.geom

.. autoclass:: LinearTransform
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~LinearTransform.XX
      ~LinearTransform.XY
      ~LinearTransform.YX
      ~LinearTransform.YY

   .. rubric:: Methods Summary

   .. autosummary::

      ~LinearTransform.__call__
      ~LinearTransform.applyX
      ~LinearTransform.applyY
      ~LinearTransform.computeDeterminant
      ~LinearTransform.getMatrix
      ~LinearTransform.getParameterVector
      ~LinearTransform.inverted
      ~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:: applyX
   .. automethod:: applyY
   .. automethod:: computeDeterminant
   .. automethod:: getMatrix
   .. automethod:: getParameterVector
   .. automethod:: inverted
   .. automethod:: isIdentity
   .. automethod:: makeRotation
   .. automethod:: makeScaling
   .. automethod:: set