Rachel
Toggle table of contents
3.5.0
web
Target filter
web
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.plugin.pag-kmp
/
org.libpag
/
Matrix
Matrix
web
class
Matrix
:
JsAny
Members
Constructors
Matrix
Link copied to clipboard
web
constructor
(
)
Types
Companion
Link copied to clipboard
web
object
Companion
Properties
a
Link copied to clipboard
web
var
a
:
Double
b
Link copied to clipboard
web
var
b
:
Double
c
Link copied to clipboard
web
var
c
:
Double
d
Link copied to clipboard
web
var
d
:
Double
tx
Link copied to clipboard
web
var
tx
:
Double
ty
Link copied to clipboard
web
var
ty
:
Double
Functions
set
Link copied to clipboard
web
fun
set
(
index
:
Int
,
value
:
Double
)
set
Affine
Link copied to clipboard
web
fun
setAffine
(
a
:
Double
,
b
:
Double
,
c
:
Double
,
d
:
Double
,
tx
:
Double
,
ty
:
Double
)