T3Tangent.__add__ ================= .. py:method:: t3toolbox.manifold.T3Tangent.__add__(other) .. code-block:: python def __add__(self, other: 'T3Tangent') -> 'T3Tangent': Add tangent vectors. Requires both to share the same T3Frame object.