Given 2 vectors, say x and y with a relationship of barXx-barYy (barX =1,0,0 and barY=0,1,0) calculations for the vector field in x and y plane are:
Magnitude = sqrt(x2+y2)
tails of vectors begin at input points (IE: if I choose 1,0 or 0,-1 etc) and the magnitudes are calcluated from these...