Appearance
function create2dVector(x: number, y: number): vector2;
Create a 2D vector.
x
number
y
vector2
New vector with the provided coordinates.