Cloudstream
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Cloudstream
App
/
com.lagradost.cloudstream3.ui.player
/
FullScreenPlayer
/
Companion
/
matrixToTranslationAndScale
matrix
To
Translation
And
Scale
fun
matrixToTranslationAndScale
(
matrix
:
Matrix
)
:
Triple
<
Float
,
Float
,
Float
>
(
source
)
Gets the translationXY + scale form a matrix with no rotation.
Return
(translationX, translationY, scale)