ezag / pyeuclid

2D and 3D maths module for Python
97 stars 41 forks source link

Fixed two minor bugs #14

Open skairunner opened 6 years ago

skairunner commented 6 years ago

Bug: Ray3-Sphere intersect tests had the exact same result as Line3-Sphere intersects. QoL: Comparing any geometric shape with None now returns False

codecov-io commented 6 years ago

Codecov Report

Merging #14 into master will decrease coverage by 0.01%. The diff coverage is 33.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #14      +/-   ##
==========================================
- Coverage   54.67%   54.66%   -0.02%     
==========================================
  Files           1        1              
  Lines        1635     1639       +4     
==========================================
+ Hits          894      896       +2     
- Misses        741      743       +2
Impacted Files Coverage Δ
euclid.py 54.66% <33.33%> (-0.02%) :arrow_down:

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 0a2760a...84d2642. Read the comment docs.