svenstaro / bvh

A fast BVH using SAH in rust
https://docs.rs/bvh
MIT License
225 stars 37 forks source link

Derive Debug trait for BVH struct #82

Closed curldivergence closed 2 years ago

curldivergence commented 2 years ago

Hi, just to be safe I've run the tests and no issues have emerged. Thanks!

codecov-commenter commented 2 years ago

Codecov Report

Merging #82 (528ac81) into master (c64c49d) will increase coverage by 0.05%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master      #82      +/-   ##
==========================================
+ Coverage   82.68%   82.74%   +0.05%     
==========================================
  Files           9        9              
  Lines        1490     1489       -1     
==========================================
  Hits         1232     1232              
+ Misses        258      257       -1     
Impacted Files Coverage Δ
src/bvh/bvh_impl.rs 73.20% <ø> (ø)
src/flat_bvh.rs 65.75% <0.00%> (+0.88%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c64c49d...528ac81. Read the comment docs.