Namespaces | Defines

PolyVoxCore/include/PolyVoxCore/SimpleVolumeSampler.inl File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  PolyVox
 

Main namespace.


Defines

#define BORDER_LOW(x)   ((( x >> this->mVolume->m_uBlockSideLengthPower) << this->mVolume->m_uBlockSideLengthPower) != x)
#define BORDER_HIGH(x)   ((( (x+1) >> this->mVolume->m_uBlockSideLengthPower) << this->mVolume->m_uBlockSideLengthPower) != (x+1))

Define Documentation

#define BORDER_HIGH (   x  )     ((( (x+1) >> this->mVolume->m_uBlockSideLengthPower) << this->mVolume->m_uBlockSideLengthPower) != (x+1))
#define BORDER_LOW (   x  )     ((( x >> this->mVolume->m_uBlockSideLengthPower) << this->mVolume->m_uBlockSideLengthPower) != x)