Class StepLengths
Assembly: Sylves.dll
Syntax
public static class StepLengths
Properties
Declaration
public static Func<Step, float?> Uniform { get; }
Property Value
Methods
Create(Func<Cell, bool>, Func<Step, float?>)
Declaration
public static Func<Step, float?> Create(Func<Cell, bool> isAccessible = null, Func<Step, float?> stepLengths = null)
Parameters
Returns
Euclidian(IGrid)
Declaration
public static Func<Step, float?> Euclidian(IGrid grid)
Parameters
| Type |
Name |
Description |
| IGrid |
grid |
|
Returns