UT3Frame.reverse#

t3toolbox.uniform_frame_variations_format.UT3Frame.reverse()#
def reverse(self) -> 'UT3Frame':

Reverse the mode order. Left/right supercores (and masks) swap roles – reversing a left-orthogonal chain yields a right-orthogonal one – so the redundant L/R store makes this exact with no re-orthogonalization. Commutes with conversion: B.reverse().to_t3frame() == B.to_t3frame().reverse().

Return type:

UT3Frame