Namespaces | Functions

PolyVoxCore/include/PolyVoxCore/AStarPathfinder.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.


Functions

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