Integrating new Region class with algorithms.

This commit is contained in:
David Williams
2008-05-24 20:40:13 +00:00
parent 96eecdbbe2
commit 0ca93a7452
9 changed files with 89 additions and 32 deletions

View File

@ -42,6 +42,7 @@ namespace PolyVox
bool containsPoint(const Vector3DFloat& pos, float boundary) const;
bool containsPoint(const Vector3DInt32& pos, boost::uint8_t boundary) const;
void cropTo(const Region& other);
private:
Vector3DInt32 m_v3dLowerCorner;