scale

inline fun scale(sx: Number, sy: Number = sx)
inline fun scale(sx: Int, sy: Int = sx)
inline fun scale(sx: Number, sy: Number = sx, block: () -> Unit)
fun scale(sx: Double, sy: Double = sx)