Closed davidgranstrom closed 7 years ago
@ognjenvucko can you check this out?
@bmoren yes ofc :) today or tomorrow latest.
thank you!
@bmoren @davidgranstrom Yes, angleBetween
has become instance method as of this commit.
All fine, we should merge this :)
thank you @davidgranstrom && @ognjenvucko!
Looks like
angleBetween
was recently updated in p5.js to an be an instance method andp5.Vector.angleBetween
now seems to be undefined. I ran into this issue when trying to use the collidePointArc method of this library.I've tested it locally and it is working, but someone should probably double check that the math is still correct before merging.
Closes #8