Hi all!
I have a discrete 2D vector field with a particular characteristic: At every point, instead of having a single vector, I have two vectors which are in the opposite direction. For example, at point p(x,y)=p(0,0) I have two vectors: v1(1,1) and v2(-1,-1). And so on for all points.
I...