Function

ScaleFactor

Constructs a ScaleFactor from the given x and y scale values

ScaleFactor

Source set: Common
inline fun ScaleFactor(scaleX: Float, scaleY: Float) = ScaleFactor(packFloats(scaleX, scaleY))

Constructs a ScaleFactor from the given x and y scale values

Last updated: