UT3Tangent.unstack_frame ======================== .. py:method:: t3toolbox.uniform_manifold.UT3Tangent.unstack_frame() .. code-block:: python def unstack_frame(self): Unstack over the frame stack ``C``: a ``C``-shaped tree of single-base-point tangents. Decomposes over frame *points*. Each leaf is a :py:class:`UT3Tangent` with ``frame_stack_shape == ()`` and this tangent's ``tangent_stack_shape``; the leaves sit at **different** base points (different tangent spaces, not mutually linear-algebra compatible) and may have **different ranks** (the varying-``C`` rank-sweep case). Inverse of :py:meth:`stack_frame`.