Kevin Lindsey
Kevin Lindsey
Thanks for reporting this. I’ll take a look shortly and report back.
I see the issue. I'll try to get a fix out this weekend. This will effect cubic béziers using objects as well.
I've pushed a fix to development. Although I've added unit tests for quadratic and cubic béziers being constructed via objects, I'd like to add similar tests for other shapes before...
Right now, the library only returns the intersection points themselves and, unfortunately, there is no specific order to those points. There have been other requests, for example, to get the...
I would sincerely like to add in that functionality, but due to time restrictions (which you've witnessed first hand with my delayed response), I can't say when that would happen,...
@nickasd I was just looking over open issues. I haven't implemented returning parametric values, but I did create an example that can calculate those from the intersection points. If you're...
Hi FlashTang, Sorry, there's no "ray" shape in the library. When this was written, it was to be used with SVG shapes. SVG doesn't have rays, so this library doesn't...
iklotzko, Just to help me reproduce the issue, is there a specific combination of shape types that you are using? Regarding the Intersection object, the "static method" intersectShapes creates a...
Hi @amcdnl, I may be misunderstanding what you're looking for, so I want to confirm... It sounds like you're converting the current mouse position and a corner on the rectangle...