Clean up grid.

This commit is contained in:
jmsgrogan 2023-01-16 08:54:45 +00:00
parent d4bb2b2744
commit 3c6756d7a1
27 changed files with 210 additions and 227 deletions

View file

@ -19,7 +19,7 @@ public:
Type getType() const override;
void sample(Grid* grid) const override;
void sample(SparseGrid<bool>* grid) const override;
private:
Point mBottomLeft;