glok
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
glok
glok-core
/
uk.co.nickthecoder.glok.util
/
Matrix
/
Companion
Companion
object
Companion
Members
Properties
IDENTITY
Link copied to clipboard
val
IDENTITY
:
Matrix
ZERO
Link copied to clipboard
val
ZERO
:
Matrix
Functions
rotation
Link copied to clipboard
fun
rotation
(
radians
:
Double
)
:
Matrix
fun
rotation
(
radians
:
Float
)
:
Matrix
scale
Link copied to clipboard
fun
scale
(
scale
:
Float
)
:
Matrix
fun
scale
(
scale
:
Vector2
)
:
Matrix
fun
scale
(
x
:
Float
,
y
:
Float
)
:
Matrix
translation
Link copied to clipboard
fun
translation
(
x
:
Float
,
y
:
Float
)
:
Matrix