Lusito / box2d.ts

Full blown Box2D Ecosystem for the web, written in TypeScript
https://lusito.github.io/box2d.ts
60 stars 6 forks source link

Plz make little note in guide #32

Closed ya-ponchik closed 2 weeks ago

ya-ponchik commented 1 year ago

Plz make little note in guide or jsdoc that Vec2 methods returns self (which usable for chaining) and not clone. I didn't notice it at first, which led to a bug in my code

ya-ponchik commented 1 year ago

In flyover’s version it’s named SelfAdd, SelfSub, etc

Lusito commented 2 weeks ago

Solved in new documentation