kotlin-math
1.4.0
kotlin-math
/
dev.romainguy.kotlin.math
/
Mat4
/
Mat4
Mat4
fun
Mat4
(
right
:
Float3
,
up
:
Float3
,
forward
:
Float3
,
position
:
Float3
=
Float3()
)
Content copied to clipboard
fun
Mat4
(
m
:
Mat4
)
Content copied to clipboard
fun
Mat4
(
x
:
Float4
=
Float4(x = 1.0f)
,
y
:
Float4
=
Float4(y = 1.0f)
,
z
:
Float4
=
Float4(z = 1.0f)
,
w
:
Float4
=
Float4(w = 1.0f)
)
Content copied to clipboard