Flips the orientation of a cell.
var flip = require('flip-orientation')
console.log(flip([0, 1, 2]))
npm i flip-orientation
require('flip-orientation')(cell)Flips the orientation of a cell
cell is a list of integersReturns cell, after flipping the orientation of cell
Note This is a destructive operation
(c) 2015 Mikola Lysenko. MIT License