Skip to main content

Function: flipTieUp()

flipTieUp(tieup, horiz, vert): Promise<boolean[][]>

Defined in: loom/loom.ts:394

flips the threading order so that what was leftmost becomes rightmost

Parameters

tieup

boolean[][]

horiz

boolean

vert

boolean

Returns

Promise<boolean[][]>

the flipped threading order