PolyVox  0.3.0-dev
Open source voxel management library
Namespaces | Functions
AStarPathfinder.inl File Reference
#include "PolyVoxCore/Impl/ErrorHandling.h"

Go to the source code of this file.

Namespaces

namespace  PolyVox
 Main namespace.
 

Functions

template<typename VolumeType >
bool PolyVox::aStarDefaultVoxelValidator (const VolumeType *volData, const Vector3DInt32 &v3dPos)
 This function provides the default method for checking whether a given voxel is valid for the path computed by the AStarPathfinder.