You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have a line segment generator producing lines with certain properties (lines that satisfy a certain clipping case, for example). This could be very useful for tests and benchmarks.
I tried implementing one, but realized it's essentially a constraint satisfaction problem.
The text was updated successfully, but these errors were encountered:
It would be nice to have a line segment generator producing lines with certain properties (lines that satisfy a certain clipping case, for example). This could be very useful for tests and benchmarks.
I tried implementing one, but realized it's essentially a constraint satisfaction problem.
The text was updated successfully, but these errors were encountered: