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
Constructs a ScaleFactor from the given x and y scale values
Compose Multiplatform
Ship iOS, desktop, and web apps with Compose
RevenueCat
Add subscriptions to your apps in minutes
inline fun ScaleFactor(scaleX: Float, scaleY: Float) = ScaleFactor(packFloats(scaleX, scaleY))
Constructs a ScaleFactor from the given x and y scale values
Last updated: