Skip to content

fix an issue with computing line derivatives

Ken Martin requested to merge ken-martin/vtk:safer_line_derivatives into master

for some rendering engines the line derivative calculation returns values that are near zero when they should be zero causing issues. This topic addresses that.

Merge request reports