Struct VoxelGrid.Enumerator
Struct enumerator that enumerates all cells of a bounded grid. This includes open cells that are not set.
This can be used for constructing ALT heuristics.
Assembly: AnyPath.dll
Syntax
public struct VoxelGrid.Enumerator : IEnumerator<VoxelGridCell>, IEnumerator, IDisposable
Constructors
Enumerator(VoxelGrid)
Declaration
public Enumerator(VoxelGrid grid)
Parameters
Properties
Current
Declaration
public VoxelGridCell Current { get; }
Property Value
Methods
Dispose()
Declaration
MoveNext()
Declaration
Returns
Reset()
Declaration
Implements
Extension Methods