Page MenuHomePhabricator

PlanarCross should be constrained so that lines always intersect
Closed, ResolvedPublic

Description

Int double-line-mode, PlanarCross currently allows the second line to lie outside of the first line. This should be changed so that both lines really form a cross and intersect, at least on their boundaries.

Event Timeline

seitelm added a subscriber: seitelm.

[SVN revision 23124]
ENH (#4126): Added constraint to PlanarCross so that the two lines always intersect; extended test case.

[SVN revision 23638]
COMP (#4126): Make really sure that the lines of PlanarCross cross each other