T3Tangent.to_vector =================== .. py:method:: t3toolbox.manifold.T3Tangent.to_vector() .. code-block:: python def to_vector(self) -> NDArray: Flatten this tangent's variation degrees of freedom to a 1D vector (the frame is the fixed point and is *not* included). The optimization interface (pairs with :py:meth:`from_vector`).