Move WorldImpl under detail namespace
louis-langholtz opened this issue · 1 comments
louis-langholtz commented
Expected/Desired Behavior or Experience:
The implementation detail that is named WorldImpl
resides in playrho::d2::detail
.
Actual Behavior:
It's at playrho::d2::WorldImpl
.
louis-langholtz commented
It's an implementation detail of sorts sure. But it's also a World conforming type. Like a World concepts fulfilling class. Maybe a preferable first step is to rename WorldImpl to something more suggestive of this. Like AabbTreeWorld
.
- Rename
WorldImpl
to something more implementation specific.