UT3Tangent.unit =============== .. py:method:: t3toolbox.uniform_manifold.UT3Tangent.unit(frame, index) :staticmethod: .. code-block:: python def unit( frame: ubv.UT3Frame, index: typ.Tuple[bool, int, typ.Sequence[int]], # (use_tt_coordinate, i, within_index) ) -> 'UT3Tangent': Canonical unit tangent at ``frame``: variations zero except a single core entry. ``index = (use_tt_coordinate, i, within_index)`` (see :py:meth:`UT3Variations.unit`). These units are the standard basis of the variation supercores -- an overcomplete, non-ambient-orthogonal generating set of the tangent space, not an orthonormal basis (gauge it yourself if needed).