| Summary: | Add support for computing overlaps between curves. | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Alexander Nyßen <nyssen> |
| Component: | GEF Geometry | Assignee: | Alexander Nyßen <nyssen> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 0.2.0 | ||
| Target Milestone: | 4.0.0 (Neon) M6 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Alexander Nyßen
Pushed the following changes to origin/master: - Add getOverlaps(ICurve) method to ICurve interface. - Added related static delegate method to CurveUtils. - Added implementations (delegating to CurveUtils) to Arc, BezierCurve, PolyBezier, and Polyline. Resolving as fixed in 4.0.0 M6. |