Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 432035

Summary: Allow start/end angle constraints in PolyBezier#interpolateCubic()
Product: [Tools] GEF Reporter: Matthias Wienand <matthias.wienand>
Component: GEF GeometryAssignee: Matthias Wienand <matthias.wienand>
Status: RESOLVED WONTFIX QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Matthias Wienand CLA 2014-04-04 10:54:37 EDT
The method PolyBezier#interpolateCubic(...) should take two more optional parameters to constraint the start/end angle of the resulting curves. This is necessary for positioning decorations (i.e. arrow head, etc.) or other things at the ends of an interpolated curve.
Comment 1 Matthias Wienand CLA 2014-07-28 06:39:23 EDT
Positioning decorations is now solved the other way around, i.e. the decoration is transformed to align with the interpolated curve. Therefore, the additional parameters are not necessary and I change the status to RESOLVED, WONTFIX.