MengeCrowdSim / Menge

The source code for the Menge crowd simulation framework
Apache License 2.0
138 stars 64 forks source link

Geometry 2d #22

Closed curds01 closed 7 years ago

curds01 commented 7 years ago

Refactors geometric regions; points, circles, AABB, OBB so that it can be re-used by other entities. The primary user (Goal class) has been refactored to make use of it.

MengeCrowdSim commented 7 years ago

LGTM

MengeCrowdSim commented 7 years ago

This addresses #21