improved GetHashCode override of all float and double based Vector/Matrix/Quaternion...
authoramulware <amul@amulware.net>
Wed, 16 Mar 2016 07:11:13 +0000 (08:11 +0100)
committeramulware <amul@amulware.net>
Wed, 16 Mar 2016 07:11:13 +0000 (08:11 +0100)
commite4c6f521e2511e7edf28673b33e83b06c59aeee7
treec9f4d2474c4b7b94dac10fb326228d59ad9accf1
parentdc54e9bc027c28e71c733deaf306f07dc2ab8cc3
improved GetHashCode override of all float and double based Vector/Matrix/Quaternion/Box types
28 files changed:
Source/OpenTK/Math/Box2.cs
Source/OpenTK/Math/Box2d.cs
Source/OpenTK/Math/Matrix2.cs
Source/OpenTK/Math/Matrix2d.cs
Source/OpenTK/Math/Matrix2x3.cs
Source/OpenTK/Math/Matrix2x3d.cs
Source/OpenTK/Math/Matrix2x4.cs
Source/OpenTK/Math/Matrix2x4d.cs
Source/OpenTK/Math/Matrix3.cs
Source/OpenTK/Math/Matrix3d.cs
Source/OpenTK/Math/Matrix3x2.cs
Source/OpenTK/Math/Matrix3x2d.cs
Source/OpenTK/Math/Matrix3x4.cs
Source/OpenTK/Math/Matrix3x4d.cs
Source/OpenTK/Math/Matrix4.cs
Source/OpenTK/Math/Matrix4d.cs
Source/OpenTK/Math/Matrix4x2.cs
Source/OpenTK/Math/Matrix4x2d.cs
Source/OpenTK/Math/Matrix4x3.cs
Source/OpenTK/Math/Matrix4x3d.cs
Source/OpenTK/Math/Quaternion.cs
Source/OpenTK/Math/Quaterniond.cs
Source/OpenTK/Math/Vector2.cs
Source/OpenTK/Math/Vector2d.cs
Source/OpenTK/Math/Vector3.cs
Source/OpenTK/Math/Vector3d.cs
Source/OpenTK/Math/Vector4.cs
Source/OpenTK/Math/Vector4d.cs