I am using the example given with the TUIO_Processing. I would like to ask you how is it possible to check the distance between all markers (tuio object). In the following example any tuio object found is represented as square with a number. I would like to check the distance between each one of them and for those that are closer than e.g. 10px create a much larger square containing them both. Any help is welcome! Thanks!
// within the draw method we retrieve a Vector (List) of TuioObject and TuioCursor (polling)
// from the TuioProcessing client and then loop over both lists to draw the graphical feedback.