Processing math: 100%
MedicalVisualization

Iso Line Edge Intersection

Marching Quads Cases | | Edge Intersections with C++

The intersection point on one edge of cell with the iso line is computed as follows:

  • Let s1 and s2 be the scalar values of the edge’s end points x1 and x2, respectively. Let v be the iso value to be extracted.
  • There is an intersection point p if (s1<vs2v)(s1vs2<v) with
  • p=(1w)x1+wx2,w=vs1s2s1


Marching Quads Cases | | Edge Intersections with C++

Options: