index
:
quadtree
this commit
master
Simple quadtree implementation
emile
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
last commit, manually merging into the GalaxySimulator
hanemile
2018-12-01
*
testing gpg via goland
hanemile
2018-11-16
*
Added some comments explaining what is being done
hanemile
2018-11-16
*
Wrote some tests :D
hanemile
2018-11-16
*
Cleaning up a bit
hanemile
2018-11-16
*
signed commit
hanemile
2018-11-13
*
added a description
hanemile
2018-11-13
*
Renamed the InsideOf Example function
hanemile
2018-11-06
*
Rebuild the function that builds the quadtree and changes all the empty quadt...
hanemile
2018-11-06
*
removed the types
hanemile
2018-11-03
*
Added a test that tests printing a quadtree
hanemile
2018-11-03
*
Implemented all possible cases for the Insert method
hanemile
2018-11-03
*
Describing the cases a bit more
hanemile
2018-11-03
*
Updated the InsideOf test, now covering all possible cases!
hanemile
2018-11-03
*
Updated the ExampleInsideOf() function name and the Example text
hanemile
2018-11-03
*
Updated the output comment to match the real output
hanemile
2018-11-03
*
Updated the Example text.
hanemile
2018-11-03
*
Implemented some Examples, these will be visible in the godoc.org documentation!
hanemile
2018-11-03
*
Exported the quadtree function (quadtree -> Quadtree)
hanemile
2018-11-03
*
moved the quadtree to the top of the file
hanemile
2018-11-03
*
moved the ExampleNewCoord function to the test file.
hanemile
2018-11-03
*
the insideOf function is now called InsideOf and can be now called from every...
hanemile
2018-11-03
*
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
*
add the containsPoint method that returns true if the given point is
hanemile
2018-10-30
*
Bounding box adds a structure that information about a single cell in
hanemile
2018-10-30
*
coordinate structure
hanemile
2018-10-30
*
ide-stuff
hanemile
2018-10-30
*
Initial commit
emile
2018-10-30