More Region documentation.

This commit is contained in:
David Williams
2012-11-24 23:36:46 +01:00
parent e32d47ed8d
commit f5b638957c
2 changed files with 130 additions and 0 deletions

View File

@ -53,7 +53,9 @@ namespace PolyVox
{
public:
/// A Region with the lower corner set as low as possible and the upper corner set as high as possible.
static const Region MaxRegion;
/// A Region with the lower corner set as high as possible and the upper corner set as low as possible.
static const Region InvertedRegion;
/// Constructor