Skip to content

Fix vtkPlane::IntersectWithFinitePlane

IntersectWithFinitePlane gives wrong answer. The reason is error in calculating third point of rectangle in line 347-349. Instead of just adding three given points pOrigin, px, and py, pOrigin-px vector and pOrigin-py vector should be added to pOrigin.

Merge request reports