>>> from euclid import Vector2
>>> s = { Vector2(1, 2) }
>>> Vector2(1, 2) in s
False
Vectors are mutable, so should be un-hashable, to prevent misleading behaviour
in hashmap containers.
Original issue reported on code.google.com by tart...@gmail.com on 27 Aug 2010 at 2:23
Original issue reported on code.google.com by
tart...@gmail.com
on 27 Aug 2010 at 2:23