Pomax
Pomax
bezierjs is pure javascript though, not Processing =)
cool. I'm still trying to figure out a good way to migrate bezierinfo to bezierjs instead - with the recent developments in React, it feels like I can significantly improve...
http://en.wikipedia.org/wiki/Rotation_matrix#Decomposition_into_shears
that's because it doesn't build on any prior work beyond "generic information you get when you look up bezier curves the normal way". The original article has a section on...
yeah, it pretty much involves (for any curve order) finding all points that have a normal that pass through the off-curve point. I can probably write up a bit on...
and interesting shortcut might be to arc-approximate the curve and then do a quick "point close to which arc?" and then us that to restrict the search. No idea if...
Hm, that would be tricky, it might be easier to look into why the graphics go all wonky and fix that, so that anyone can read the page at their...
That sounds like a bug in firefox, which you probably want to file over on https://bugzilla.mozilla.org/home, because f previous versions didn't do that, then this is a regression that they...
I had https://github.com/Pomax/BezierInfo-2/issues/151 open for that, but since you've added some details, I'll close that one.
no need to apologise, there weren't any real details in that issue, so I see no reason to keep that one around when you've added proper information =)