Hi, I am wondering if there is a way to store and search quickly a group of numbers.
What I want to do is store a group of Vector3D positions, and then later on, I want to search some sort of array/hashmap based on a current group of Vector3D positions.
The only way I see of doing it, is to first check for 1 of the positions, if that is there, then check for another positions and continue that way. Like some sort of tree.
I'm not sure if I explained that well, but I will leave it at that and see what comes up here! Thanks.