| Summary: | Add support for Bezier offset approximation | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Matthias Wienand <matthias.wienand> |
| Component: | GEF Geometry | Assignee: | gef-inbox <gef-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | nyssen |
| Version: | 1.1.0 | ||
| Target Milestone: | 5.0.0 (Oxygen) RC1 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Matthias Wienand
I applied the following change to the API: - Renamed BezierCurve.getOffsetRefined() into BezierCurve.getOffset(). - Renamed BezierCurve.getOffsetUnprocessed() into BezierCurve.getOffsetRaw() and made it package visible. Since the basic functionality is available via BezierCurve#getOffset(double), I resolve this ticket as fixed for 5.0.0 RC1. |