littlekt
0.6.0
common
core
/
com.lehaine.littlekt.graphics.shader.generator
/
GlslGenerator
/
vec2
vec2
fun
vec2
(
genValue
:
(
)
->
Vec2
?
=
null
)
:
ConstructorDelegate
<
Vec2
>
fun
vec2
(
x
:
Vec2
)
:
ConstructorDelegate
<
Vec2
>
fun
vec2
(
x
:
Float
,
y
:
Float
)
:
ConstructorDelegate
<
Vec2
>
fun
vec2
(
x
:
GLFloat
,
y
:
Float
)
:
ConstructorDelegate
<
Vec2
>
fun
vec2
(
x
:
Float
,
y
:
GLFloat
)
:
ConstructorDelegate
<
Vec2
>
fun
vec2
(
x
:
GLFloat
,
y
:
GLFloat
)
:
ConstructorDelegate
<
Vec2
>