littlekt
0.6.0
common
core
/
com.lehaine.littlekt.math
/
MutableVec4f
/
MutableVec4f
Mutable
Vec4f
fun
MutableVec4f
(
)
fun
MutableVec4f
(
f
:
Float
)
fun
MutableVec4f
(
xyz
:
Vec3f
,
w
:
Float
)
fun
MutableVec4f
(
other
:
Vec4f
)
fun
MutableVec4f
(
x
:
Float
,
y
:
Float
,
z
:
Float
,
w
:
Float
)