From 9dd56b9448e537fdd609c12878c1ac8679d3dc0e Mon Sep 17 00:00:00 2001 From: Emile Date: Tue, 5 Feb 2019 21:57:35 +0100 Subject: updated the file descriptions --- boundingBox.go | 2 +- quadtree.go | 2 +- quadtree_test.go | 2 +- star.go | 2 +- stargalaxy.go | 2 +- vector2D.go | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/boundingBox.go b/boundingBox.go index e500967..1b15421 100644 --- a/boundingBox.go +++ b/boundingBox.go @@ -1,4 +1,4 @@ -// main.go purpose is to build the interaction layer in between the http endpoints and the http server +// boundingbox.go defines the boundary of a node in the tree // Copyright (C) 2019 Emile Hansmaennel // // This program is free software: you can redistribute it and/or modify diff --git a/quadtree.go b/quadtree.go index 21e6a76..73b77ad 100644 --- a/quadtree.go +++ b/quadtree.go @@ -1,4 +1,4 @@ -// main.go purpose is to build the interaction layer in between the http endpoints and the http server +// quadtree.go defines nodes and trees storing galaxies // Copyright (C) 2019 Emile Hansmaennel // // This program is free software: you can redistribute it and/or modify diff --git a/quadtree_test.go b/quadtree_test.go index 6d4ea62..e1039ef 100644 --- a/quadtree_test.go +++ b/quadtree_test.go @@ -1,4 +1,4 @@ -// main.go purpose is to build the interaction layer in between the http endpoints and the http server +// quadtree_test.go provides tests for quadtree.go // Copyright (C) 2019 Emile Hansmaennel // // This program is free software: you can redistribute it and/or modify diff --git a/star.go b/star.go index 11aea06..1542979 100644 --- a/star.go +++ b/star.go @@ -1,4 +1,4 @@ -// main.go purpose is to build the interaction layer in between the http endpoints and the http server +// star.go defines stars and actions that can be used on them // Copyright (C) 2019 Emile Hansmaennel // // This program is free software: you can redistribute it and/or modify diff --git a/stargalaxy.go b/stargalaxy.go index bbc71c7..efbe0da 100644 --- a/stargalaxy.go +++ b/stargalaxy.go @@ -1,4 +1,4 @@ -// main.go purpose is to build the interaction layer in between the http endpoints and the http server +// stargalaxy.go defines the combination of a star and the galaxy it is inside of // Copyright (C) 2019 Emile Hansmaennel // // This program is free software: you can redistribute it and/or modify diff --git a/vector2D.go b/vector2D.go index 5715d0d..2aa2081 100644 --- a/vector2D.go +++ b/vector2D.go @@ -1,4 +1,4 @@ -// main.go purpose is to build the interaction layer in between the http endpoints and the http server +// vector2D defines a simple 2D vector type and some actions // Copyright (C) 2019 Emile Hansmaennel // // This program is free software: you can redistribute it and/or modify -- cgit 1.4.1