C# Class DRObjects.LocalMapGeneratorObjects.PatrolRoute

Show file Open project: Haedrian/Divine-Right

Public Methods

Method Description
GetPatrolRoutes ( IEnumerable points ) : List

Produces a list of grouped patrol routes from a collection of points

Method Details

GetPatrolRoutes() public static method

Produces a list of grouped patrol routes from a collection of points
public static GetPatrolRoutes ( IEnumerable points ) : List
points IEnumerable
return List