littlekt
0.6.0
common
core
/
com.lehaine.littlekt.math
/
MutableVec4f
/
set
set
fun
set
(
x
:
Float
,
y
:
Float
,
z
:
Float
,
w
:
Float
)
:
MutableVec4f
fun
set
(
other
:
Vec4f
)
:
MutableVec4f
fun
set
(
xyz
:
Vec3f
,
w
:
Float
=
0.0f
)
:
MutableVec4f
open
operator
fun
set
(
i
:
Int
,
v
:
Float
)