T3Tangent.unstack_tangents#
- t3toolbox.manifold.T3Tangent.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 (“for each vector within the frame”). Each leaf is a
T3Tangentwithtangent_stack_shape == ()andframe_stack_shapeequal to this tangent’s – and, because the base point is shared acrossK, every leaf holds the sameT3Frameobject, so the leaves live in one tangent space (linear algebra between them is defined). Inverse ofstack_tangents().