Click or drag to resize

AlgorithmsGetPointsInRange Method

Overload List
  NameDescription
Public methodStatic memberGetPointsInRangeTCell, TPoint(IGridTCell, TPoint, TPoint, FuncTCell, Boolean, FuncTPoint, TPoint, Int32, Int32)
Public methodStatic memberCode exampleGetPointsInRangeTCell, TPoint(IGridTCell, TPoint, TPoint, FuncTCell, Boolean, FuncTPoint, TPoint, Single, Single)
A generic function that returns the points in range based on a given start point, moveRange, and a function that returns the cost of moving between neighboring cells. author Justin Kivak
Top
See Also