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
/
Drawer
/
Companion
Companion
object
Companion
Members
Functions
calc
Fixed
Perspective
Matrix
Link copied to clipboard
fun
calcFixedPerspectiveMatrix
(
ratio
:
Float
=
1.0f
,
left
:
Offset
,
right
:
Offset
,
slopeLeft
:
Float
,
slopeRight
:
Float
)
:
Triple
<
Matrix
,
Rect
,
Array
<
Offset
>
>
calc
Perspective
Matrix
Link copied to clipboard
fun
calcPerspectiveMatrix
(
src
:
Rect
,
dst
:
Array
<
Offset
>
)
:
Matrix