Implement quaternion and matrix geometry

This commit is contained in:
2026-08-08 22:54:07 +00:00
parent 3068e5ee9e
commit 66997128e7
15 changed files with 1881 additions and 859 deletions

View File

@@ -14,3 +14,10 @@ workspace = true
getrandom = "0.4"
md-5 = "0.10"
uuid = { version = "1.18", features = ["v4"] }
[dev-dependencies]
stats_alloc = "0.1.10"
[[bench]]
name = "geometry"
harness = false