codingben / box2d-netstandard

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

Updates & tweaks #18

Closed HughPH closed 4 years ago

HughPH commented 4 years ago

Added ShapeCast from Box2D C++ Added Size to AABB Removed redundant initialisation from JointDef types. Removed JointType, replaced with type matching. Removed ShapeType, replaced with type matching.