Skip to content

Fix vtkQuadraticTetra::IntersectWithLine.

T.J. Corona requested to merge tjcorona/vtk:quadratic-tetra-intersection into master

This fix is an application of a patch by Sascha van Vliet (bug report 0015681). During IntersectWithLine, points within a local instance of a QuadraticTriangle are updated to perform the operation. These points were not being set properly.

Merge request reports