mono / opentk

OpenTK is a set of bindings to OpenGL, OpenCL and OpenAL. This is not the main repository, just a temporary import to allow Mono developers to make changes to this module. Please do not contribute changes here, contribute them to the upstream maintainers at http://www.opentk.com
http://www.opentk.com
115 stars 66 forks source link

GetHashCode? #25

Open rromerik opened 4 years ago

rromerik commented 4 years ago

is the get hash code commutative for vector2/3/4 ? would it be better (x) ^ (y <<2) ^ (z <<3) instead?