UT3Tangent.unstack_tangents#
- t3toolbox.uniform_manifold.UT3Tangent.unstack_tangents()#
def unstack_tangents(self):
Unstack over the tangent stack
K: aK-shaped tree of tangents sharing this frame.Decomposes the batch of tangent directions. Each leaf is a
UT3Tangentwithtangent_stack_shape == ()and this tangent’sframe_stack_shape– and, because the frame is shared acrossK, every leaf holds the sameUT3Frameobject, so the leaves live in one tangent space. Inverse ofstack_tangents().