Skip to content

Commit

Permalink
Implement O(n * log^2 n) kdtree construction
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Oom committed Aug 12, 2024
1 parent 92871bf commit bb26c6a
Show file tree
Hide file tree
Showing 3 changed files with 263 additions and 181 deletions.
1 change: 0 additions & 1 deletion kdtree/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ pub mod build;
mod cell;
pub mod format;
pub mod intersection;
mod partitioning;
pub mod sah;

pub const MAX_DEPTH: usize = 20;
Expand Down
82 changes: 0 additions & 82 deletions kdtree/src/partitioning.rs

This file was deleted.

Loading

0 comments on commit bb26c6a

Please sign in to comment.