Sam (antha) Auciello
Sam (antha) Auciello
Thanks joemckay5. Using the translate function in this way works but I still find it a bit counter-intuitive because it requires me visualize a rotating frame of reference. I can...
It wouldn't ignore translate. It would do the translate for you. It would work like the transform-origin css property. Basically the user passes in the coordinates within whatever the current...
You say here "there's only one valid axis to rotate around in 2D". This is completely false it is possible to rotate a 2D object around any point. I recognize...
https://editor.p5js.org/olleicua/sketches/CSpYx_IFS The above is what I am proposing and it is definitely simpler than the trig solution for someone less familiar with trigonometry as wells as avoiding all of the...
As a side-note, an advantage of the code I linked in my most recent comment is that if you comment out either or both of the calls to `proposedRotate` you...
> Could you submit the PR to https://github.com/ruby/securerandom? Hi, sorry for the long radio-silence. I got distracted and forgot I was working on this. Here is the PR: https://github.com/ruby/securerandom/pull/14
ignore bbf285f use https://github.com/lucianocosta/jquery.mtz.monthpicker/pull/48
The init routine was basically doing nothing on subsequent calls but this was rather unintuitive so I'm having it remove the current ui container and rebuild with the new settings...
I'm actually removing and reconstructing the entire ui container here. This is a bit computationally inelegant but given the way the code was structured it was the most elegant solution...
ignore https://github.com/lucianocosta/jquery.mtz.monthpicker/pull/43 use https://github.com/lucianocosta/jquery.mtz.monthpicker/pull/49