Size
Function
Common
inline fun Size(width: Float, height: Float) = Size(packFloats(width, height))
Constructs a Size
from the given width and height
inline fun Size(width: Float, height: Float) = Size(packFloats(width, height))
Constructs a Size
from the given width and height