- What would be a uniquely identifying hashCode for a point in a N-D Plane?
- hashcode = P1
- foreach component in structure
- hashcode = hashcode * P2
- hashcode = hashcode + hashcode-of-component
- hashcode = P1
- count from 1 to N
- hashcode = hashcode * P2
- hashcode = hashcode + component[counting-index]