dwmkerr / glmnet

GlmNet is a .NET version of the excellent OpenGL Mathematics library (GLM).
MIT License
53 stars 20 forks source link

feat: comparison operators for matrices and vectors #13

Closed dwmkerr closed 5 years ago

dwmkerr commented 5 years ago

Deconflicted version of #6.

codecov[bot] commented 5 years ago

Codecov Report

Merging #13 into master will increase coverage by 3.48%. The diff coverage is 29.22%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #13      +/-   ##
==========================================
+ Coverage   28.94%   32.42%   +3.48%     
==========================================
  Files          10       10              
  Lines         501      549      +48     
==========================================
+ Hits          145      178      +33     
- Misses        356      371      +15
Impacted Files Coverage Δ
source/GlmNet/GlmNet/matrix_transform.cs 18.18% <0%> (ø) :arrow_up:
source/GlmNet/GlmNet/matrix.cs 0% <0%> (ø) :arrow_up:
source/GlmNet/GlmNet/vec2.cs 29.41% <29.41%> (+10.18%) :arrow_up:
source/GlmNet/GlmNet/mat3.cs 32.78% <34.14%> (+6.37%) :arrow_up:
source/GlmNet/GlmNet/vec3.cs 44.18% <44.18%> (+4.18%) :arrow_up:
source/GlmNet/GlmNet/mat2.cs 45.61% <45%> (+4.79%) :arrow_up:
source/GlmNet/GlmNet/vec4.cs 45.45% <45.45%> (+3.78%) :arrow_up:
source/GlmNet/GlmNet/mat4.cs 70.58% <53.33%> (+0.58%) :arrow_up:
source/GlmNet/GlmNet/trigonometric.cs 5.26% <6.66%> (ø) :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 0bf4716...043ff84. Read the comment docs.