Hey, I want to have a set of unique vertexes for something, and I was planning on just using some flavour of Set in the standard library. It says that it checks object.equals(otherObject) to check if an item should be added or not. I was wondering if I'll have to extend the PVector class to make this work, or if it's a default feature already.
1