scale

fun scale(sx: Float, sy: Float): Mat3
fun scale(scale: Vec2f): Mat3
fun scale(sx: Float, sy: Float, result: Mat3): Mat3


Note: You must clone or copy the values of this Vec2f due to the values of this referenced Vec2f will change.

Return

this matrix's scale component