QuadTree Model for generating random road network
-
Updated
Dec 27, 2018 - Python
QuadTree Model for generating random road network
The purpose of this project is to compare the performance of three AOI models. They are Crosslink-Model, QuadTree-Model and Tower-Model.
This repository shows how to build a quad tree in a squared map. This data structure can be used to check for collisions super efficiently. Used mainly in games.
Add a description, image, and links to the quadtree-model topic page so that developers can more easily learn about it.
To associate your repository with the quadtree-model topic, visit your repo's landing page and select "manage topics."