The return type is PolyOrientedCurve2D<?>, shouldn't it be PolyOrientedCurve2D<? extends ContinuousOrientedCurve2D>? Makes it impossible to operate on it after the transform due to type mismatch.
javaGeom-0.11.1
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The return type is PolyOrientedCurve2D<?>, shouldn't it be PolyOrientedCurve2D<? extends ContinuousOrientedCurve2D>? Makes it impossible to operate on it after the transform due to type mismatch.
javaGeom-0.11.1
Hi;
this is now fixed, in the same commit as your previous comment! thanks again for reporting.
David