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