index
:
quadtree
this commit
master
Simple quadtree implementation
emile
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
*
the insideOf function is now called InsideOf and can be now called from ↵
hanemile
2018-11-03
|
|
|
|
everywhere!
*
Moved the BoundingBox struct to the top of the file.
hanemile
2018-11-03
|
*
Implemented a reccursive print function for a quadtree.
hanemile
2018-11-03
|
*
refactored some names, they are now being exported.
hanemile
2018-11-03
|
*
moved the files to the right dir
hanemile
2018-11-03
|
*
moved the file to it's own package
hanemile
2018-11-03
|
*
Implemented kind of... ...everything!
hanemile
2018-11-03
|
*
added the quadtree structure defining a quadtree and it's node at the
hanemile
2018-10-30
|
|
|
|
same time by using recursion.
*
add the containsPoint method that returns true if the given point is
hanemile
2018-10-30
|
|
|
|
inside of the cell the method is called on.
*
Bounding box adds a structure that information about a single cell in
hanemile
2018-10-30
|
|
|
|
the quadtree. (Also added some comments)
*
coordinate structure
hanemile
2018-10-30
|
*
ide-stuff
hanemile
2018-10-30
|
*
Initial commit
emile
2018-10-30