Skip to content

Commit

Permalink
Interior node topology
Browse files Browse the repository at this point in the history
  • Loading branch information
tbetcke committed Sep 24, 2024
1 parent 5a8a8b7 commit a9caa55
Show file tree
Hide file tree
Showing 5 changed files with 1,016 additions and 770 deletions.
2 changes: 0 additions & 2 deletions src/geometry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ impl PhysicalBox {

/// Give a slice of points. Compute an associated bounding box.
pub fn from_points(points: &[Point]) -> PhysicalBox {
assert_eq!(points.len() % 3, 0);

let mut xmin = f64::MAX;
let mut xmax = f64::MIN;

Expand Down
Loading

0 comments on commit a9caa55

Please sign in to comment.