louis-langholtz / PlayRho

An interactive physics engine & library.
zlib License
130 stars 24 forks source link

GetContacts GetBodies GetJoints but no GetShapes inconsistency #568

Open louis-langholtz opened 8 months ago

louis-langholtz commented 8 months ago

Expected/Desired Behavior or Experience:

There's a matching GetShapes(const World&) like function for the GetContacts(const World&), etc. functions, or the latter don't exist either.

Actual Behavior:

GetShapes doesn't exist but GetContact(const World&) and others do.

Related Issues:

See issue #547.