| Summary: | Add support for computing the horizontally/vertically nearest point on an ICurve with respect to a given reference point. | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Alexander Nyßen <nyssen> |
| Component: | GEF Geometry | Assignee: | gef-inbox <gef-inbox> |
| Status: | RESOLVED DUPLICATE | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | matthias.wienand |
| Version: | 0.2.0 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Alexander Nyßen
I added a first draft of respective orthogonal projection in terms of static methods inside ChopBoxAnchor#OrthogonalProjectionStrategy. However, in case of overlaps, the nearest projection needs to be determined (corner case), which requires the functionality requested in bug #488354. We can extract the orthogonal projection computation from the computation strategy (and move it to GEF4 Geometry) as soon as all prerequisites are resolved. As all overlaps have to be lines, the dependency on bug #488354 is no longer required. Further, we decided to leave the functionality in OrthogonalProjectionStrategy instead of moving it to GEF4 Geometry. Therefore, I resolve this as duplicate of bug #488355. *** This bug has been marked as a duplicate of bug 488355 *** |