commons-geometry icon indicating copy to clipboard operation
commons-geometry copied to clipboard

Add unit tests demonstrating hash collisions

Open ivanshuba opened this issue 2 years ago • 0 comments

This commit adds four unit tests. Two in Vector2DTest class, and two in Vector3DTest class. These tests illustrate how the same value of hash code is generated for non-identical instances of vectors.

ivanshuba avatar Jan 16 '24 21:01 ivanshuba