Offset

Constructs an Offset from the given relative [x] and [y] offsets

Offset

Function

Common
inline fun Offset(x: Float, y: Float) = Offset(packFloats(x, y))

Constructs an Offset from the given relative x and y offsets