Some tidying up...

This commit is contained in:
David Williams
2008-06-07 16:31:34 +00:00
parent f1319949f5
commit 201f0c9003
4 changed files with 40 additions and 46 deletions

View File

@ -44,6 +44,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);
void shift(const Vector3DInt32& amount);
private:
Vector3DInt32 m_v3dLowerCorner;