There are a number of functions to transform grids:
transpose
: transpose the grid (swapping x and y indices)rotate-left
: rotate the grid 90 degrees anti-clockwiserotate-right
: rotate the grid 90 degrees clockwiserotate-180
: rotate the grid 180 degreesflip-lr
: flip the grid left-to-right (reversing the x-axis)flip-tb
: flip the grid top-to-bottom (reversing the y-axis)Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close