4 lines
No EOL
59 B
Text
4 lines
No EOL
59 B
Text
function vec2(x_=0, y_=0) constructor {
|
|
x = x_;
|
|
y = y_;
|
|
} |