UniformCorewiseGeometry.norm ============================ .. py:method:: t3toolbox.uniform_manifold.UniformCorewiseGeometry.norm(t) .. code-block:: python def norm( self, t: UT3Tangent, ) -> NDArray: # the Euclidean (coordinate) norm, shape = stack_shape (K + C) The **Euclidean** (coordinate) norm of a tangent (= :py:meth:`UT3Tangent.corewise_norm`); no precondition.