UT3Tangent.reverse ================== .. py:method:: t3toolbox.uniform_manifold.UT3Tangent.reverse() .. code-block:: python def reverse(self) -> 'UT3Tangent': Reverse the mode order of this tangent (reverses both the frame and the variations). Will commute with :py:meth:`to_dense` (the dense tangent's mode axes are reversed) once the doubled-rank conversion lands -- lets you reverse a T3 and its derived tangent without recomputing the orthogonal representation.