Re: [Bug] rs_actiondrawellipsecenter3point
Posted by dxli on Jun 04, 2013; 2:42pm
URL: https://forum.librecad.org/Bug-rs-actiondrawellipsecenter3point-tp5708194p5708199.html
nice job!
I remember the LC_Quadratic is based on boost stuff, might be the reason.
Can you fix this (and go ahead to review the LC_Quadratic class)?
I moved all getIntersection() methods to be based on quadratic. so removed logic like:
if ( line && circle) getIntersectionLineCircle();
if ( circle && circle) getIntersectionCircleCircle();
etc.