littlekt
0.6.0
common
core
/
com.lehaine.littlekt.math
/
MutableVec3f
/
set
set
fun
set
(
x
:
Float
,
y
:
Float
,
z
:
Float
)
:
MutableVec3f
fun
set
(
other
:
Vec3f
)
:
MutableVec3f
open
operator
fun
set
(
i
:
Int
,
v
:
Float
)