coo_shearx applies a shear mapping on a matrix of (x; y) coordinates (or a list), parallel
to the x-axis (i.e. x' = x + ky; y' = y + kx). coo_sheary does it parallel to the y-axis.
Usage
coo_shearx(coo, k)
coo_sheary(coo, k)
Arguments
coo
a matrix of (x; y) coordinates or a list, or any Coo object.