dwmkerr / glmnet

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

Comparision-Implementation #6

Closed CapRat closed 5 years ago

CapRat commented 8 years ago

Hi, i tried to implement a comparision between primitive data-types(vec2,3,4 and mat2,3,4). The types implements new ' ==' and '!='operator, new Equals and a new GetHashCode-function. This could come to problems with old programs, which make use of reference-equality but valuetypes should be even if the values are the same(new vec2(1,1) ==new vec2(1,1) would be true)

dwmkerr commented 5 years ago

Thanks @XxRatte94xX somehow I lost track of PRs on this project. All sorted now! Will release the new version shortly.