subprotocol / verlet-js

A simple Verlet physics engine written in javascript
Other
3.76k stars 461 forks source link

Fix a typo (s/epislon/epsilon/g) #4

Closed gfx closed 11 years ago

gfx commented 11 years ago

Hi,

I found a typo in vec2.js and fixed it. This fix includes an API change but currently the api, epsilonEquals(), is used nowhere. Can you see my change?

Thanks,

subprotocol commented 11 years ago

Good catch, it slipped right under my radar. Thanks!