ScaleFactor
Constructs a [ScaleFactor] from the given x and y scale values
ScaleFactor
Function
Common
inline fun ScaleFactor(scaleX: Float, scaleY: Float) = ScaleFactor(packFloats(scaleX, scaleY))
Constructs a ScaleFactor from the given x and y scale values
