log pkg/octree/tree.go @ 1692:f4dcbe8941a1

age author description
Mon, 31 Dec 2018 11:13:49 +0100 Sascha L. Teichmann Octree: Resolved the remaing golint issues with this package.
Tue, 23 Oct 2018 18:15:14 +0200 Sascha L. Teichmann Added GNU Affero General Public License.
Wed, 26 Sep 2018 18:36:12 +0200 Sascha L. Teichmann Triangle intersection. WIP. Currently interpolation is messed up.
Wed, 26 Sep 2018 13:17:32 +0200 Sascha L. Teichmann Fixed a bug with 2d planes (lines) found while working on line intersections.
Wed, 26 Sep 2018 12:21:12 +0200 Sascha L. Teichmann Moved Box2D and Plane2D into vertex.go and made to API public.
Tue, 25 Sep 2018 10:09:33 +0200 Sascha L. Teichmann Removed a bit debug output on vertical traversal of octree.
Tue, 25 Sep 2018 09:53:59 +0200 Sascha L. Teichmann Fixed intersection test between bounding box and line in vertical octree traversal.