scaleMatrix

fun scaleMatrix(sx: Float = 1.0f, sy: Float = 1.0f): Matrix(source)

Creates a scale matrix with the scale factor sx and sy respectively on the x and y axis.