Implement "Area"
Closed this issue · 0 comments
thiscaspar commented
We need:
- to give many Pixels in a rectangular(?) area the same properties without updating all of them individually
- Be able to add behavior or properties to an area
We could do:
- Implement an approach based on R-Tree that keeps a hierarchical collection of Areas, so we can segment so we don't need to iterate too many at a certain level.