about summary refs log tree commit diff
path: root/structs.go
Commit message (Collapse)AuthorAge
* Rebuild the function that builds the quadtree and changes all the empty ↵hanemile2018-11-06
| | | | quadtrees from the example to nil
* Exported the quadtree function (quadtree -> Quadtree)hanemile2018-11-03
|
* moved the quadtree to the top of the filehanemile2018-11-03
|
* moved the ExampleNewCoord function to the test file.hanemile2018-11-03
|
* the insideOf function is now called InsideOf and can be now called from ↵hanemile2018-11-03
| | | | everywhere!
* Moved the BoundingBox struct to the top of the file.hanemile2018-11-03
|
* 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