codingben / box2d-netstandard

C# port of Box2D - Erin Catto's 2D Physics Engine
https://box2d.org
MIT License
263 stars 53 forks source link

Fix https://github.com/erincatto/box2d/pull/609/files #17

Closed HughPH closed 4 years ago

HughPH commented 4 years ago

Polygon updated as per https://github.com/erincatto/box2d/pull/609/files Sweep updated as per https://github.com/erincatto/box2d/pull/610/files Static body flags updated as per https://github.com/erincatto/box2d/pull/614/files Would be good to copy Erin's unit tests from those commits and get his documentation addition in our documentation

codingben commented 4 years ago

Polygon updated as per https://github.com/erincatto/box2d/pull/609/files Sweep updated as per https://github.com/erincatto/box2d/pull/610/files Static body flags updated as per https://github.com/erincatto/box2d/pull/614/files Would be good to copy Erin's unit tests from those commits and get his documentation addition in our documentation

Hey dude, sorry for not being available last week. I just finished my military service and I had a lot of work. I will check these changes ASAP.

In the coming days, I will make the code more readable (no unit tests now and no logic changes). Something similar in my recent PRs.

HughPH commented 4 years ago

No problem! Glad to hear you finished your military service, must be a relief for you!