AlexanderFabisch / distance3d

Distance computation and collision detection in 3D.
https://alexanderfabisch.github.io/distance3d/
Other
61 stars 8 forks source link

GJK from Jolt Physics #38

Closed AlexanderFabisch closed 2 years ago

AlexanderFabisch commented 2 years ago
codecov-commenter commented 2 years ago

Codecov Report

Merging #38 (6a82876) into master (5a216e9) will increase coverage by 0.17%. The diff coverage is 98.59%.

@@            Coverage Diff             @@
##           master      #38      +/-   ##
==========================================
+ Coverage   96.23%   96.41%   +0.17%     
==========================================
  Files          47       51       +4     
  Lines        5584     6141     +557     
  Branches      449      518      +69     
==========================================
+ Hits         5374     5921     +547     
- Misses        145      151       +6     
- Partials       65       69       +4     
Impacted Files Coverage Δ
distance3d/gjk/_gjk_libccd.py 88.31% <91.66%> (ø)
distance3d/gjk/_gjk_jolt.py 93.67% <93.67%> (ø)
distance3d/colliders.py 98.43% <100.00%> (+0.79%) :arrow_up:
distance3d/gjk/__init__.py 100.00% <100.00%> (ø)
distance3d/gjk/_gjk_original.py 98.20% <100.00%> (ø)
distance3d/mesh.py 97.36% <100.00%> (+0.03%) :arrow_up:
distance3d/random.py 100.00% <100.00%> (ø)
distance3d/self_collision.py 100.00% <100.00%> (ø)
distance3d/test/test_colliders.py 100.00% <100.00%> (ø)
distance3d/test/test_gjk.py 100.00% <100.00%> (ø)
... and 10 more

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 5a216e9...6a82876. Read the comment docs.