KiteImage
Toggle table of contents
0.1.0
Guide
GitHub
common
Target filter
common
Switch theme
Search in API
Skip to content
KiteImage
kiteimage
/
io.github.yuroyami.kiteimage
/
transposed
transposed
fun
KiteBitmap
.
transposed
(
)
:
KiteBitmap
Mirror across the main diagonal:
dst(x, y) = src(y, x)
. Axes swap.