It checks that a vector makes sense in its grid parameters. It also creates an origo at point 0 if none is provided.
validateAndConvertVectorInputs(x, y, x_origo, y_origo)
list with the input variables checked and converted if necessary.
The x point of the vector
The y point of the vector
The x origin if other than 0
The y origin if other than 0