Vector2, Vector3 and Vector4 nodes are simple value nodes with only one output and no inputs ( see also World Builder – Value nodes (Boolean, Number, Float, Text)) .
If you connect a Vector3 (x,y,z) node to an input of Vector2 type, only x and y value of the Vector3 will be used.
If you connect a Vector4 (x,y,z,w) node to an input of Vector3/Vector2 type, only x, y and z / only x and y will be used.
Compare Vector nodes check whether the two input vectors a and b are equal. In the example below, the first two comparisons yield a true result, whereas the third one yields a false one.
If you reconstruct the example below and test it in Portal Hopper, your avatar should fall down right away, because the default cube it is standing on gets deactivated.
