log pkg/octree/tree.go @ 2575:59e7a011d347

age author description
Mon, 11 Mar 2019 14:00:49 +0100 Sascha L. Teichmann Morphological differences: Moved some code into octree package.
Tue, 05 Mar 2019 17:08:16 +0100 Sascha L. Teichmann Clip STR tree and not Octree. octree-diff
Mon, 04 Mar 2019 18:15:38 +0100 Sascha L. Teichmann Eliminate bad triangles. Not really the right solution. octree-diff
Mon, 04 Mar 2019 15:16:39 +0100 Sascha L. Teichmann More counting of clipped nodes. octree-diff
Mon, 04 Mar 2019 14:58:22 +0100 Sascha L. Teichmann Be more precise with clipping nodes. octree-diff
Mon, 04 Mar 2019 13:32:32 +0100 Sascha L. Teichmann Use octree clipping. Not working, yet! octree-diff
Sun, 03 Mar 2019 14:45:41 +0100 Sascha L. Teichmann Started with the idea to clip an octree by an bounding polygon. octree-diff
Thu, 28 Feb 2019 15:55:32 +0100 Sascha L. Teichmann Calculate better triangulation and store it into database. octree-diff
Mon, 25 Feb 2019 18:21:33 +0100 Sascha L. Teichmann Calculate difference on single core. octree-diff
Mon, 14 Jan 2019 11:09:10 +0100 Sascha L. Teichmann Octree: Same emtry tree fix for horizontal as for vertical traversal. Re-worked both to be BCE friendly.
Sun, 13 Jan 2019 13:47:08 +0100 Sascha L. Teichmann Octree: Don't crash in horizontal traversal if the tree is empty.
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.