Classes
Methods
-
staticmodule:og/math/Vec2.vec2(x, y){math.Vec2}
-
Vector 2d object creator.
Name Type Description x
number optional First cvalue. y
number optional Second value. Returns:
Type Description math.Vec2
Name | Type | Description |
---|---|---|
x |
number | optional First cvalue. |
y |
number | optional Second value. |
Type | Description |
---|---|
math.Vec2 |