T3Tangent.normalized ==================== .. py:method:: t3toolbox.manifold.T3Tangent.normalized() .. code-block:: python def normalized(self) -> 'T3Tangent': Unit-norm rescaling ``self / self.corewise_norm()``, vectorized over the stack. Scales the variations so the result has :py:meth:`corewise_norm` 1. Each stacked tangent is scaled by its own norm; the base point is unchanged.