scale

fun scale(sx: Double, sy: Double = sx): MMatrix
fun scale(sx: Float, sy: Float = sx): MMatrix
fun scale(sx: Int, sy: Int = sx): MMatrix