I just now noticed that there is no Cross Product operation in the
vtkArrayCalculator.  It seems like a fairly important operation, so I
dove in a tried it out.  After the Plot3d thing, I figured I was on a
roll.<br><br>So attached to this email find an updated 
vtkFunctionParser.cxx/h that sports a shiny new "cross()" function.  I compared the results of :<br>a function like this: mag(Velocity)*mag(Vorticity)<div id="mb_0">*sqrt(1.0 - ((Velocity*(1.0/mag(Velocity))).(Vorticity*(
1.0/mag(Vorticity))))^2)  (Computes Cross Product Magnitude)
<br>against a function like: cross(Vorticity, Velocity)<br><br>And the magnitude of the resulting vector matches the first function.  Hopefully this can get into the source tree.<br><br>Also, is there any chance of the Plot3D change & this Cross-product function getting into the VTK 
5.0 branch? (I see that it just was released on the website today, woohoo!)</div><br>(second send, first was rejected because it exceeded filesize limitations... Tried this time zipping them)<br clear="all"><br>-- <br>Randall Hand
<br>Visualization Scientist, <br>ERDC-MSRC Vicksburg, MS<br>Homepage: <a href="http://www.yeraze.com">http://www.yeraze.com</a>