The SpatialHashGrid class throws a out of bounds exception in several places:
36: while((cellId = cellIds[i++]) != -1) {
45: while((cellId = cellIds[i++]) != -1) {
54: while((cellId = cellIds[i++]) != -1) {
72: while((cellId = cellIds[i++]) != -1) {
Fixed version of the class is in attached file
Original issue reported on code.google.com by Rieder.A...@gmail.com on 26 Jun 2011 at 1:34
Original issue reported on code.google.com by
Rieder.A...@gmail.com
on 26 Jun 2011 at 1:34Attachments: