about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* Implemented a reccursive print function for a quadtree.hanemile2018-11-03
|
* refactored some names, they are now being exported.hanemile2018-11-03
|
* moved the files to the right dirhanemile2018-11-03
|
* moved the file to it's own packagehanemile2018-11-03
|
* Implemented kind of... ...everything!hanemile2018-11-03
|
* added the quadtree structure defining a quadtree and it's node at thehanemile2018-10-30
| | | | same time by using recursion.
* add the containsPoint method that returns true if the given point ishanemile2018-10-30
| | | | inside of the cell the method is called on.
* Bounding box adds a structure that information about a single cell inhanemile2018-10-30
| | | | the quadtree. (Also added some comments)
* coordinate structurehanemile2018-10-30
|
* ide-stuffhanemile2018-10-30
|
* Initial commitemile2018-10-30