Je suppose qu'il s'agit d'un produit scalaire donc:
double n[3] = {x,y,z};
double v[3] = [Vx,Vy,Vz};
double DOI = vtkMath::dot(n,v);
--
View this message in context: http://vtk.1045678.n5.nabble.com/calcul-DOI-tp5721460p5721466.html
Sent from the VTK - Users mailing list archive at Nabble.com.