Jonah

Results 5 comments of Jonah

Good enough for me, thanks for considering!

> TypeScript typings has been added in version `0.10.5`. A huge thank you for taking the time and having the interest to do this! I don't have time right now...

I would also prefer if the methods such as `add` or `divide` would not modify the vector. I think they should be immutable by default as every library with vector...

Here is a Gist that I've starred and use currently: https://gist.github.com/conorbuck/2606166 ``` var p1 = { x: 20, y: 20 }; var p2 = { x: 40, y: 40 };...