vec2_t

local vec = vec2_t(100, 100)
print(vec)

Fields

FieldDescription

x float

y float

Functions

TODO

Last updated