IdentityTransform ================= .. currentmodule:: bapsf_motion.transform.identity .. autoclass:: IdentityTransform :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~IdentityTransform.axes ~IdentityTransform.config ~IdentityTransform.dimensionality ~IdentityTransform.naxes ~IdentityTransform.transform_type .. rubric:: Methods Summary .. autosummary:: ~IdentityTransform.__call__ ~IdentityTransform.matrix .. rubric:: Attributes Documentation .. autoattribute:: axes .. autoattribute:: config .. autoattribute:: dimensionality .. autoattribute:: naxes .. autoattribute:: transform_type .. rubric:: Methods Documentation .. automethod:: __call__ .. automethod:: matrix