add reset option + fix some missing notifyListeners() calls

This commit is contained in:
2025-07-24 04:12:21 +00:00
parent 2894016cb7
commit 96e55a7157
2 changed files with 22 additions and 3 deletions
+5
View File
@@ -73,4 +73,9 @@ class SpatialHashing<T> {
return results;
}
void clear() {
_pointData.clear();
_cellMap.clear();
}
}