Paramdigma / Core

Paramdigma.Core — Architectural Geometry Library for .Net
MIT License
9 stars 0 forks source link

Simplified some of the code. #17

Closed AlanRynne closed 4 years ago

AlanRynne commented 4 years ago

Hey @christiandimitri!

I modified your Delaunay code. The test still passes but you might want to have a look at it.

codecov[bot] commented 4 years ago

Codecov Report

Merging #17 into develop will increase coverage by 0.07%. The diff coverage is 97.01%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #17      +/-   ##
===========================================
+ Coverage    62.80%   62.88%   +0.07%     
===========================================
  Files           60       60              
  Lines         3081     3074       -7     
===========================================
- Hits          1935     1933       -2     
+ Misses        1146     1141       -5     
Impacted Files Coverage Δ
src/Geometry/2D/DelaunayEdge.cs 93.75% <85.71%> (+17.27%) :arrow_up:
src/Geometry/2D/DelaunayTriangle.cs 98.57% <97.22%> (+0.18%) :arrow_up:
src/Geometry/2D/Delaunay.cs 100.00% <100.00%> (+3.12%) :arrow_up:
src/Geometry/2D/DelaunayPoint.cs 100.00% <100.00%> (ø)

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 f460da6...9653c68. Read the comment docs.