Rachel
Toggle table of contents
3.5.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.compose.plugin.game
/
love.yinlin.compose.game.traits
/
Transform
Transform
@
Stable
sealed
interface
Transform
Inheritors
Translate
Scale
Rotate
Matrix
Members
Types
Matrix
Link copied to clipboard
@
Stable
data
class
Matrix
(
val
matrix
:
Matrix
)
:
Transform
Rotate
Link copied to clipboard
@
Stable
data
class
Rotate
(
val
degrees
:
Float
,
val
pivot
:
Offset
?
=
null
)
:
Transform
Scale
Link copied to clipboard
@
Stable
data
class
Scale
(
val
x
:
Float
,
val
y
:
Float
=
x
,
val
pivot
:
Offset
?
=
null
)
:
Transform
Translate
Link copied to clipboard
@
Stable
data
class
Translate
(
val
x
:
Float
,
val
y
:
Float
)
:
Transform