feat: Added bounding-box crate

This commit is contained in:
uttarayan21
2025-07-15 18:53:16 +05:30
parent 69c768ab0d
commit dc61c6045a
17 changed files with 2848 additions and 27 deletions

8
bounding-box/Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "bounding-box"
version = "0.1.0"
edition = "2024"
[dependencies]
nalgebra = "0.33.2"
num = "0.4.3"